Skip to content

Commit e2ad167

Browse files
committed
Add support for PHP 8.5
1 parent 0754bda commit e2ad167

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
php: ['8.1', '8.2', '8.3', '8.4']
13+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
1414
stability: ['prefer-lowest', 'prefer-stable']
1515

1616
name: PHP Tests ${{ matrix.php }} - ${{ matrix.stability }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7-
"php": "~8.1.0|~8.2.0|~8.3.0|~8.4.0",
7+
"php": "~8.1.0|~8.2.0|~8.3.0|~8.4.0|~8.5.0",
88
"ext-dom": "*",
99
"ext-bcmath": "*",
1010
"symfony/validator": "^4.4|^5.0|^6.0|^7.0",

0 commit comments

Comments
 (0)