Skip to content

Commit 4f3385b

Browse files
committed
Fix composer update for PHP 8.4
1 parent b8c138a commit 4f3385b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Install dependencies with Composer
3434
if: matrix.php >= '8.4'
35-
run: composer update --prefer-dist --no-progress -no-interaction --ansi --ignore-platform-reqs
35+
run: composer update --prefer-dist --no-progress --no-interaction --ansi --ignore-platform-reqs
3636

3737
- name: Coding standards
3838
if: matrix.analysis

0 commit comments

Comments
 (0)