Skip to content

Commit 4e2729a

Browse files
authored
Merge pull request #124 from cakephp/adjust-ci
adjust CI to not ignore-platform-reqs
2 parents eead2da + 83f6945 commit 4e2729a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php-version: ['7.2', '7.4', '8.0', '8.1']
17+
php-version: ['7.2', '7.4', '8.0', '8.1', '8.2']
1818
prefer-lowest: ['']
1919
include:
2020
- php-version: '7.2'
@@ -48,8 +48,6 @@ jobs:
4848
run: |
4949
if ${{ matrix.prefer-lowest == 'prefer-lowest' }}; then
5050
composer update --prefer-lowest --prefer-stable
51-
elif ${{ matrix.php-version == '8.1' }}; then
52-
composer update --ignore-platform-reqs
5351
else
5452
composer update
5553
fi

0 commit comments

Comments
 (0)