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 4769aad commit de7ad24Copy full SHA for de7ad24
.github/workflows/unit.yml
@@ -47,8 +47,11 @@ jobs:
47
coverage: false
48
- version: 8.1
49
phpunit: 9.5
50
- coverage: true
+ coverage: false
51
- version: 8.2
52
+ phpunit: 10.0
53
+ coverage: true
54
+ - version: 8.3
55
phpunit: 10.0
56
57
prefer-lowest: ['', '--prefer-lowest']
composer.json
@@ -37,7 +37,7 @@
37
"files": ["tests/compat.php"]
38
},
39
"require": {
40
- "php": "^5.3.3 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
+ "php": "^5.3.3 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
41
42
"require-dev": {
43
"behat/behat": "^3.6",
0 commit comments