Skip to content

Commit 28ee66c

Browse files
committed
chore(ci): add Zig 0.15.1 to workflow matrix
- update CI configuration to test against Zig 0.15.1 - ensure compatibility across multiple Zig versions
1 parent 72d5c81 commit 28ee66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest, macos-latest, windows-latest]
22-
version: [0.14.0, ""]
22+
version: [0.14.0, 0.15.1, ""]
2323
fail-fast: false
2424
runs-on: ${{ matrix.os }}
2525
steps:

0 commit comments

Comments
 (0)