Skip to content

Commit

Permalink
add latest stable Zig version to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Nov 8, 2024
1 parent 059a059 commit fe61880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
options: ['', '-Dlog -Dchance -Dcalc', '-Dshowdown', '-Dshowdown -Dlog -Dchance -Dcalc']
zig: [local, master] # local = 0.11.0
zig: [local, 0.13.0, master] # local = 0.11.0
exclude:
- os: windows-latest
zig: local
Expand Down

0 comments on commit fe61880

Please sign in to comment.