Skip to content

Commit c3497b9

Browse files
author
Greg Bowler
committed
wip: specify phpunit version
1 parent 85df948 commit c3497b9

File tree

3 files changed

+47
-44
lines changed

3 files changed

+47
-44
lines changed

.github/workflows/ci-latest.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
env:
1717
TEST_NAME: Scarlett
1818
with:
19+
version: 9.6
1920
php_version: 8.3
2021
bootstrap: vendor/autoload.php
2122
configuration: test/phpunit.xml

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ext-dom": "*",
88
"ext-json": "*",
99
"ext-sqlite3": "*",
10-
"phpunit/phpunit": "^9.5"
10+
"phpunit/phpunit": "^9.6"
1111
},
1212
"autoload": {
1313
"psr-4": {

composer.lock

+45-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)