Skip to content

Commit

Permalink
adjust CI to not ignore-platform-reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
LordSimal committed May 20, 2023
1 parent 5cea001 commit 74b3fc2
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 74b3fc2

Please sign in to comment.