Skip to content

Commit acfd0eb

Browse files
authored
actions: add PHP 8.5, update PHP patch releases
1 parent 2622da1 commit acfd0eb

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.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.33
18-
- 8.2.29
19-
- 8.3.25
20-
- 8.4.12
17+
- 8.1.34
18+
- 8.2.30
19+
- 8.3.29
20+
- 8.4.16
21+
- 8.5.0
2122
valgrind: [0, 1]
2223
debug: [enable, disable]
2324
zts: [enable, disable]

0 commit comments

Comments
 (0)