From 7596036ffc96dd7fc9e98c313c5732aa5fdc8293 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 1 Jan 2022 16:05:57 +0000 Subject: [PATCH] github build with 0.9.0 and master --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c279cd..c674a8c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,12 +8,15 @@ on: jobs: build: runs-on: ubuntu-latest + strategy: + matrix: + zig: [ 0.9.0, master] steps: - uses: actions/checkout@v2 - name: Setup Zig uses: goto-bus-stop/setup-zig@v1.3.0 with: - version: "0.9.0" + version: ${{ matrix.zig }} - run: zig version - run: zig env - uses: nektro/actions-setup-zigmod@v1