Skip to content

Commit 84af5a1

Browse files
committed
adjust CI to not ignore-platform-reqs
1 parent eead2da commit 84af5a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)