Skip to content

Commit a7ef2f5

Browse files
Chris8934localheinz
authored andcommitted
Enhancement: Add support for PHP 8.4
1 parent 5c84318 commit a7ef2f5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/integrate.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,11 @@ jobs:
251251
- "8.0"
252252
- "8.1"
253253
- "8.2"
254+
<<<<<<< HEAD
255+
=======
254256
- "8.3"
257+
- "8.4"
258+
>>>>>>> 013ff58 (ci: add testruns for PHP 8.1 to 8.4)
255259

256260
dependencies:
257261
- "lowest"

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"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"
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 || ~8.4.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^7.5.0 || ^8.5.23",

0 commit comments

Comments
 (0)