Skip to content

Commit

Permalink
Fix composer update for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Dec 1, 2024
1 parent b8c138a commit 4f3385b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

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

- name: Coding standards
if: matrix.analysis
Expand Down

0 comments on commit 4f3385b

Please sign in to comment.