Skip to content

Commit 41b249b

Browse files
committed
Ignore upper bound for PHP 8.4
1 parent 18be3b2 commit 41b249b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
ini-file: development
5151
-
5252
name: Update dependencies
53-
run: composer update --no-progress --${{ matrix.dependency-version }} --prefer-dist --no-interaction
53+
run: composer update --no-progress --${{ matrix.dependency-version }} --no-interaction ${{ matrix.php-version == '8.4' && '--ignore-platform-req=php+' }}
5454
-
5555
name: Run tests
5656
run: composer check:tests

0 commit comments

Comments
 (0)