We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8106c9d commit fa57af1Copy full SHA for fa57af1
.github/workflows/ci.yml
@@ -17,7 +17,6 @@ jobs:
17
- '7.2'
18
- '7.3'
19
- '7.4'
20
- - '8.0'
21
22
steps:
23
- uses: actions/checkout@v4
composer.json
@@ -20,6 +20,6 @@
"php": ">=5.6"
},
"require-dev": {
- "phpunit/phpunit": "*"
+ "phpunit/phpunit": "^5.7.0"
24
}
25
0 commit comments