Skip to content

Commit

Permalink
build: try a zig matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
  • Loading branch information
berezovskyi committed Jul 16, 2023
1 parent ec870ad commit 863ddeb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,16 @@ jobs:
test-compose-action:
runs-on: ubuntu-latest
name: Zig build
strategy:
fail-fast: false
matrix:
zigver:
- '0.9.0'
- '0.9.1'
- '0.10.0'
- '0.10.1'
- '0.11.0-dev.4003+c6aa29b6f'
steps:
- uses: actions/checkout@v3
- name: Zig build 0.10.1
- name: Docker Compose multi-stage build
run: docker-compose -f docker-compose.yml.sample build --build-arg "ZIGVER=0.10.1"

0 comments on commit 863ddeb

Please sign in to comment.