Skip to content

Commit

Permalink
Remove phpunit10.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Mar 4, 2024
1 parent c61740f commit 37b7641
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/phpunit.yaml
Expand Up @@ -46,7 +46,12 @@ jobs:
run: composer req --dev phpunit/phpunit:^${{ matrix.phpunit }} -W

- name: Run tests with code coverage.
run: composer test -- -c phpunit${{ matrix.phpunit }}.xml
if: matrix.phpunit == '9'
run: composer test -- -c phpunit9.xml

- name: Run tests with code coverage.
if: matrix.phpunit != '9'
run: composer test -- -c phpunit.xml

- name: Upload coverage to Codecov.
if: matrix.os == 'ubuntu-latest'
Expand Down
22 changes: 0 additions & 22 deletions phpunit10.xml

This file was deleted.

0 comments on commit 37b7641

Please sign in to comment.