Skip to content

Commit

Permalink
Update PHPUnit to 10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
frankvanhest committed Jan 26, 2024
1 parent 4945a52 commit 03d86be
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 @@ -48,7 +48,7 @@ jobs:
run: vendor/bin/phpstan analyze -c phpstan.neon.dist

- name: PHPUnit
run: vendor/bin/phpunit --verbose --coverage-text --coverage-clover=coverage.clover
run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

- name: Infection
if: ${{ matrix.experimental == false }}
Expand Down

0 comments on commit 03d86be

Please sign in to comment.