Skip to content

Commit

Permalink
Remove deprecated option to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinrob committed Jul 11, 2021
1 parent 0e4dfb4 commit 122e309
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 @@ -21,7 +21,7 @@ jobs:
run: composer validate

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
run: composer install --prefer-dist --no-progress

- name: Run test suite
run: composer run-script test

0 comments on commit 122e309

Please sign in to comment.