Skip to content

Commit c285b28

Browse files
committed
feat: upgrade to PHPUnit 9
1 parent 136b4df commit c285b28

4 files changed

Lines changed: 554 additions & 233 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: composer install
2424

2525
- name: Run tests
26-
run: php vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
26+
run: php vendor/bin/phpunit
2727

2828
- name: Publish code coverage
2929
if: ${{ github.ref == 'refs/heads/master' && matrix.php == '8.0' && matrix.os == 'ubuntu-latest' }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
},
2525
"require-dev": {
2626
"symfony/var-dumper": "^4.3",
27-
"phpunit/phpunit": "^8.2"
27+
"phpunit/phpunit": "^9"
2828
}
2929
}

0 commit comments

Comments
 (0)