diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecf54ca..8cded01 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, 0.7.0, master] + zig-version: [0.5.0, 0.7.0, 0.8.0, master] runs-on: ${{matrix.os}} steps: - name: Checkout sources