Skip to content

Commit

Permalink
Exclude php 8 & phpunit 10 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Mar 4, 2024
1 parent de58220 commit ee90253
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/phpunit.yaml
Expand Up @@ -20,6 +20,9 @@ jobs:
phpunit:
- 9
- 10
exclude:
- php: "8.0"
phpunit: 10
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -11,7 +11,7 @@
"yiisoft/var-dumper": "^1.2"
},
"require-dev": {
"phpunit/phpunit": "^10.5"
"phpunit/phpunit": "^9.5 || ^10.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ee90253

Please sign in to comment.