Skip to content

Commit 78fd3fb

Browse files
authored
Extend PHPUnit Version (10) (#29)
1 parent e172a8b commit 78fd3fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
php-version: ${{ matrix.php }}
3232
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
33-
coverage: none
33+
coverage: xdebug
3434

3535
- name: Setup problem matchers
3636
run: |

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": "^8.0",
2323
"laravel/framework": "^8.70|^9.0|^10.0",
24-
"phpunit/phpunit": "^9.5",
24+
"phpunit/phpunit": "^9.5|^10.0",
2525
"sixlive/json-schema-assertions": "^2.0"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)