Skip to content

Commit 49deffb

Browse files
committed
update phpunit to 10
1 parent 3260f9d commit 49deffb

File tree

7 files changed

+278
-383
lines changed

7 files changed

+278
-383
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
configuration: test/phpunit.xml
3232
php_extensions: pcov
3333
php_version: ${{ matrix.php-versions }}
34-
version: 9.6
34+
version: 10.5
3535
#vendored_phpunit_path: vendor/bin/phpunit
3636

3737
- name: coverage monitor

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"php": ">=8.1"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^9.6",
26+
"phpunit/phpunit": "^10.5",
2727
"blackfire/php-sdk": "^1.35",
2828
"phpbench/phpbench": "^1.4"
2929
},

0 commit comments

Comments
 (0)