Skip to content

Commit

Permalink
ci: tweak versions matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Apr 26, 2024
1 parent c921de4 commit 23093fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
zig-version: [0.7.0, 0.8.0, 0.9.0, 0.10.0, 0.11.0]
zig-version: [0.7.0, 0.8.0, 0.9.0, 0.10.0, 0.11.0, 0.12.0]
include:
- os: ubuntu-latest
zig-version: 0.5.0
- os: macos-12
zig-version: 0.7.0
- os: macos-12
zig-version: 0.8.0
runs-on: ${{matrix.os}}
steps:
- name: Checkout sources
Expand Down

0 comments on commit 23093fe

Please sign in to comment.