Skip to content

Commit

Permalink
Merge pull request #924 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
markstory committed May 21, 2023
2 parents d3b98c9 + c1150fb commit 3575ab2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -65,8 +65,6 @@ jobs:
run: |
if ${{ matrix.prefer-lowest == 'prefer-lowest' }}; then
composer update --prefer-lowest --prefer-stable
elif ${{ matrix.php-version == '8.2' }}; then
composer update --ignore-platform-reqs
else
composer update
fi
Expand Down

0 comments on commit 3575ab2

Please sign in to comment.