ci: test with zig 0.8.0
This commit is contained in:
parent
55609d477b
commit
cfbd20032e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
zig-version: [0.5.0, 0.7.0, master]
|
||||
zig-version: [0.5.0, 0.7.0, 0.8.0, master]
|
||||
runs-on: ${{matrix.os}}
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
|
|
Loading…
Reference in New Issue
Block a user