From cfbd20032e202cbf3f56d772f80bf93b420ce225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Fri, 20 Aug 2021 17:14:06 +0200 Subject: [PATCH] ci: test with zig 0.8.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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