Skip to content

Commit e9b9b33

Browse files
authored
Merge pull request #73 from Chris53897/feature/add-testruns-for-PHP-8.1-to-8.4
Enhancement: Add support for PHP 8.4
2 parents 648aa38 + bfb6136 commit e9b9b33

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/settings.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ branches:
3434
- context: "Tests (8.2, lowest)"
3535
- context: "Tests (8.3, highest)"
3636
- context: "Tests (8.3, lowest)"
37+
- context: "Tests (8.4, highest)"
38+
- context: "Tests (8.4, lowest)"
3739
strict: false
3840
restrictions: null
3941

.github/workflows/integrate.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ jobs:
252252
- "8.1"
253253
- "8.2"
254254
- "8.3"
255+
- "8.4"
255256

256257
dependencies:
257258
- "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)