Skip to content

Commit a7ed923

Browse files
committed
fix: allow phpunit 9 and enable php coverage driver
1 parent 1e64c81 commit a7ed923

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
php-version: ${{ matrix.php }}
5454
extensions: curl
55-
coverage: none
55+
coverage: xdebug
5656

5757
- name: Install dependencies
5858
run: |

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require-dev": {
2121
"mockery/mockery": "~1.0",
2222
"orchestra/testbench": "^7.0|^8.0|^9.0",
23-
"phpunit/phpunit": "^10.5"
23+
"phpunit/phpunit": "^9.5|^10.5"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)