Skip to content

Commit

Permalink
Drop zig 0.11.0 tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Apr 23, 2024
1 parent 3608cdc commit abca061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
toolchain: [1.70.0, stable, nightly]
zig: [0.10.1, 0.11.0, 0.12.0, master]
zig: [0.10.1, 0.12.0, master]
exclude:
# Only test MSRV with zig stable version
- toolchain: 1.70.0
Expand Down

0 comments on commit abca061

Please sign in to comment.