Skip to content

Commit 67ec6d4

Browse files
committed
Add PHP 8.5 support in build configuration and compatibility files
1 parent ad27ce1 commit 67ec6d4

File tree

5 files changed

+93
-92
lines changed

5 files changed

+93
-92
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Build and test
2121
strategy:
2222
matrix:
23-
php: [8.2, 8.3, 8.4]
23+
php: [8.2, 8.3, 8.4, 8.5]
2424
deps: [high]
2525
include:
2626
- php: 8.2
@@ -61,7 +61,7 @@ jobs:
6161
needs: tests
6262
strategy:
6363
matrix:
64-
php: [8.2, 8.3, 8.4]
64+
php: [8.2, 8.3, 8.4, 8.5]
6565

6666
steps:
6767
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)