Skip to content

Commit

Permalink
Fix phpunit version #10
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Dec 6, 2020
1 parent bbdbadc commit 40d8a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: composer validate

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

- name: Run test suite
run: composer check
Expand Down

0 comments on commit 40d8a64

Please sign in to comment.