Skip to content

Commit 65bdb4b

Browse files
committed
Ignore php req for PHP 8.5
1 parent 2eb6a9e commit 65bdb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
ini-file: development
113113
-
114114
name: Update dependencies
115-
run: composer update --no-progress --${{ matrix.dependency-version }} --prefer-dist --no-interaction
115+
run: composer update --no-progress --${{ matrix.dependency-version }} --prefer-dist --no-interaction ${{ matrix.php-version == '8.5' && '--ignore-platform-req=php+' || '' }}
116116
-
117117
name: Run tests
118118
run: vendor/bin/phpunit --no-coverage tests

0 commit comments

Comments
 (0)