We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c84318 commit a7ef2f5Copy full SHA for a7ef2f5
.github/workflows/integrate.yaml
@@ -251,7 +251,11 @@ jobs:
251
- "8.0"
252
- "8.1"
253
- "8.2"
254
+<<<<<<< HEAD
255
+=======
256
- "8.3"
257
+ - "8.4"
258
+>>>>>>> 013ff58 (ci: add testruns for PHP 8.1 to 8.4)
259
260
dependencies:
261
- "lowest"
composer.json
@@ -20,7 +20,7 @@
20
}
21
],
22
"require": {
23
- "php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
+ "php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
24
},
25
"require-dev": {
26
"phpunit/phpunit": "^7.5.0 || ^8.5.23",
0 commit comments