We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173c963 commit 777af71Copy full SHA for 777af71
2 files changed
.github/workflows/php.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
container:
17
- image: cylab/php:8.4
+ image: cylab/php:8.3
18
19
steps:
20
- uses: actions/checkout@v4
composer.json
@@ -10,7 +10,7 @@
10
"require-dev": {
11
"squizlabs/php_codesniffer": "^4.0",
12
"slevomat/coding-standard": "^8.28",
13
- "phpunit/phpunit": "^13.0"
+ "phpunit/phpunit": "^12.0"
},
"config": {
"allow-plugins": {
0 commit comments