Skip to content

Commit 9ac895c

Browse files
committed
chore(deps): add support for php 8.5
1 parent 72fc49a commit 9ac895c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

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

88
strategy:
99
matrix:
10-
php: [8.2, 8.3, 8.4]
10+
php: [8.2, 8.3, 8.4, 8.5]
1111

1212
steps:
1313
- name: Checkout code

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
php: [ 8.2, 8.3, 8.4 ]
11+
php: [ 8.2, 8.3, 8.4, 8.5 ]
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"minimum-stability": "RC",
2323

2424
"require": {
25-
"php": "^8.2 || ^8.3 || ^8.4",
25+
"php": "^8.2 || ^8.3 || ^8.4 || ^8.5",
2626
"phpunit/phpunit": "^11.5 || ^12.0",
2727
"ext-dom": "*"
2828
},

0 commit comments

Comments
 (0)