Skip to content

Commit 6d1ad56

Browse files
authored
CI: simplify PHP 8.4 config (#212)
1 parent 00a9c3e commit 6d1ad56

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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 ${{ matrix.php-version == '8.4' && '--ignore-platform-req=php+' || '' }}
53+
run: composer update --no-progress --${{ matrix.dependency-version }} --prefer-dist --no-interaction
5454
-
5555
name: Run tests
5656
run: composer check:tests

composer.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)