Skip to content

Commit

Permalink
wip: specify phpunit version
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Feb 20, 2024
1 parent 85df948 commit c3497b9
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 44 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
env:
TEST_NAME: Scarlett
with:
version: 9.6
php_version: 8.3
bootstrap: vendor/autoload.php
configuration: test/phpunit.xml
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ext-dom": "*",
"ext-json": "*",
"ext-sqlite3": "*",
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^9.6"
},
"autoload": {
"psr-4": {
Expand Down
88 changes: 45 additions & 43 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c3497b9

Please sign in to comment.