Connehito / cake-sentry

CakePHP plugin integration for Sentry
MIT License
34 stars 26 forks source link

Fix CI error in job for prefer-lowest packages #50

Closed o0h closed 4 years ago

o0h commented 4 years ago

To fix cron build failure like https://travis-ci.org/github/Connehito/cake-sentry/jobs/708657380

What happened

As a result of the last build, each package remains in the cache with a non-prefer-lowest mode of dependency resolution. This caused a situation where the version of PHPUnit conflicts with the version of PHPUnit when doing a downgrade of CakePHP. The failure of the Composer's command made CI build an error.

What I do

To do prefer-lowest dependency resolution first, so that CakePHP downgrade can be done

codecov-commenter commented 4 years ago

Codecov Report

Merging #50 into 2.x will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##                2.x      #50   +/-   ##
=========================================
  Coverage     89.18%   89.18%           
  Complexity       24       24           
=========================================
  Files             5        5           
  Lines            74       74           
=========================================
  Hits             66       66           
  Misses            8        8           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d7a047b...07a7578. Read the comment docs.