Skip to content

Commit

Permalink
re-add old phpunit, remove php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maschmann committed Sep 12, 2024
1 parent b158fd9 commit 8df45fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
php: [ "8.1", "8.2", "8.3", "8.4" ]
php: [ "8.1", "8.2", "8.3" ]
phpunit: [ "11" ]
include:
- phpunit: "10"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"symfony/process": "^5.3|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0|^11.0",
"phpunit/phpunit": "^9.5|^10.0|^11.0",
"mikey179/vfsstream": "^1.6"
},
"autoload": {
Expand Down

0 comments on commit 8df45fc

Please sign in to comment.