Skip to content

Commit

Permalink
wip: downgrade to v10 phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jul 29, 2024
1 parent 5e816b1 commit 584799b
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 232 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
php_extensions: xdebug
coverage_text: _coverage/coverage.txt
coverage_clover: _coverage/clover.xml
args: -vvv

- name: Store coverage data
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"require-dev": {
"phpstan/phpstan": "^1.8",
"phpunit/phpunit": "^11.2"
"phpunit/phpunit": "^10.5"
},

"license": "MIT",
Expand Down
Loading

0 comments on commit 584799b

Please sign in to comment.