Skip to content

Commit e3f3717

Browse files
committed
add PHP8.5 support
1 parent c0aeeba commit e3f3717

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/continuous integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
- "8.2"
9393
- "8.3"
9494
- "8.4"
95+
- "8.5"
9596
dependencies:
9697
- "lowest"
9798
- "highest"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8,<8.2|>=8.2.9,<8.5",
19+
"php": "^8,<8.2|>=8.2.9,<8.6",
2020
"ext-curl": "*",
2121
"beberlei/assert": "^3.2.5",
2222
"symfony/yaml": "^3|^4|^5|^6|^7",

0 commit comments

Comments
 (0)