Skip to content

Commit

Permalink
Update zig.yml
Browse files Browse the repository at this point in the history
add zig 0.11.0 and 0.12.0-dev.25+36c57c3ba to the build matrix
  • Loading branch information
berezovskyi committed Aug 9, 2023
1 parent e2fa24a commit ca71034
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,18 @@ jobs:
zigdev: false
- zigver: '0.10.1'
zigdev: false
- zigver: '0.11.0'
zigdev: false
# https://marler8997.github.io/zig-unofficial-releases/
- zigver: '0.11.0-dev.1507+6f13a725a'
zigdev: true
- zigver: '0.12.0-dev.25+36c57c3ba'
zigdev: true
# no field or member function named 'standardReleaseOptions' in 'Build'
- zigver: '0.11.0-dev.4003+c6aa29b6f'
zigdev: true
steps:
- uses: actions/checkout@v3
- name: Docker Compose multi-stage build
run: |
docker-compose -f docker-compose.yml.sample build --build-arg "ZIGVER=${{ matrix.zigver }}" --build-arg "ZIGDEV=${{ matrix.zigdev }}"
docker-compose -f docker-compose.yml.sample build --build-arg "ZIGVER=${{ matrix.zigver }}" --build-arg "ZIGDEV=${{ matrix.zigdev }}"

0 comments on commit ca71034

Please sign in to comment.