diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b283421..ecf54ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - zig-version: [0.5.0, master] + zig-version: [0.5.0, 0.7.0, master] runs-on: ${{matrix.os}} steps: - name: Checkout sources diff --git a/README.md b/README.md index 675daa8..b8f42eb 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Optionally set a Zig version: ```yaml - uses: goto-bus-stop/setup-zig@v1 with: - version: 0.4.0 # The default is 0.5.0 + version: 0.7.0 # The default is 0.5.0 ``` To use the nightly builds, set: