Skip to content

Commit da57499

Browse files
committed
enable php 8.5 for zig
1 parent 93ee86d commit da57499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-zig-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
php-version: [ 8.2, 8.3, 8.4 ]
32+
php-version: [ 8.2, 8.3, 8.4, 8.5 ]
3333
arch: [ x86_64, arm64 ]
3434
target: [ native-native-gnu.2.17 ]
3535
steps:

0 commit comments

Comments
 (0)