We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb6a9e commit 65bdb4bCopy full SHA for 65bdb4b
.github/workflows/checks.yml
@@ -112,7 +112,7 @@ jobs:
112
ini-file: development
113
-
114
name: Update dependencies
115
- run: composer update --no-progress --${{ matrix.dependency-version }} --prefer-dist --no-interaction
+ run: composer update --no-progress --${{ matrix.dependency-version }} --prefer-dist --no-interaction ${{ matrix.php-version == '8.5' && '--ignore-platform-req=php+' || '' }}
116
117
name: Run tests
118
run: vendor/bin/phpunit --no-coverage tests
0 commit comments