Skip to content

Commit 33bd840

Browse files
authored
Merge pull request #96 from ruudk/patch-1
Add support for PHP 8.5
2 parents ce42045 + 087fb3f commit 33bd840

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/integrate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ jobs:
253253
- "8.2"
254254
- "8.3"
255255
- "8.4"
256+
- "8.5"
256257

257258
dependencies:
258259
- "lowest"

composer.json

Lines changed: 1 addition & 1 deletion
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 || ~8.4.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 || ~8.5.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^7.5.0 || ^8.5.23",

0 commit comments

Comments
 (0)