We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18be3b2 commit 41b249bCopy full SHA for 41b249b
.github/workflows/checks.yml
@@ -50,7 +50,7 @@ jobs:
50
ini-file: development
51
-
52
name: Update dependencies
53
- run: composer update --no-progress --${{ matrix.dependency-version }} --prefer-dist --no-interaction
+ run: composer update --no-progress --${{ matrix.dependency-version }} --no-interaction ${{ matrix.php-version == '8.4' && '--ignore-platform-req=php+' }}
54
55
name: Run tests
56
run: composer check:tests
0 commit comments