Skip to content

Commit

Permalink
Merge pull request #621 from cakephp/2.x-dont-ignore-platform-reqs
Browse files Browse the repository at this point in the history
2.x: adjust CI to not ignore-platform-reqs
  • Loading branch information
ADmad authored May 20, 2023
2 parents 5cea001 + 74b3fc2 commit 67ffe7c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ jobs:

- name: Composer install
run: |
if [[ ${{ matrix.php-version }} == '8.1' ]]; then
composer update --ignore-platform-reqs
elif ${{ matrix.prefer-lowest == 'prefer-lowest' }}; then
if ${{ matrix.prefer-lowest == 'prefer-lowest' }}; then
composer update --prefer-lowest --prefer-stable
else
composer update
Expand Down

0 comments on commit 67ffe7c

Please sign in to comment.