Skip to content

Commit

Permalink
Merge pull request #124 from cakephp/adjust-ci
Browse files Browse the repository at this point in the history
adjust CI to not ignore-platform-reqs
  • Loading branch information
ADmad authored May 20, 2023
2 parents eead2da + 83f6945 commit 4e2729a
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 @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.2', '7.4', '8.0', '8.1']
php-version: ['7.2', '7.4', '8.0', '8.1', '8.2']
prefer-lowest: ['']
include:
- php-version: '7.2'
Expand Down Expand Up @@ -48,8 +48,6 @@ jobs:
run: |
if ${{ matrix.prefer-lowest == 'prefer-lowest' }}; then
composer update --prefer-lowest --prefer-stable
elif ${{ matrix.php-version == '8.1' }}; then
composer update --ignore-platform-reqs
else
composer update
fi
Expand Down

0 comments on commit 4e2729a

Please sign in to comment.