Skip to content

Commit d5437b5

Browse files
authored
Add PHP 8.5 to test matrix
1 parent 78995ba commit d5437b5

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
php:
17-
- 8.1.31
18-
- 8.2.27
19-
- 8.3.15
20-
- 8.4.2
17+
- 8.1.34
18+
- 8.2.30
19+
- 8.3.29
20+
- 8.4.16
21+
- 8.5.1
2122
valgrind: [0, 1]
2223
debug: [enable, disable]
2324
zts: [enable, disable]

0 commit comments

Comments
 (0)