From e0dd18e946f079a1308497cfde1f6ad482858e15 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Tue, 9 Apr 2024 09:50:02 +0200 Subject: [PATCH] chore(ci): add version 2.6.2 of LibExpat to the CI matrix (#37) --- .github/workflows/unix_build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/unix_build.yml b/.github/workflows/unix_build.yml index 8d3bf46..7db06fd 100644 --- a/.github/workflows/unix_build.yml +++ b/.github/workflows/unix_build.yml @@ -6,13 +6,11 @@ jobs: test: runs-on: ubuntu-latest - env: - EXPAT_VERSION: 2.4.4 - strategy: fail-fast: false matrix: luaVersion: ["5.1", "5.2", "5.3", "5.4", "luajit-2.1.0-beta3", "luajit-openresty"] + expatVersion: ["2.4.4", "2.6.2"] steps: - uses: actions/checkout@v2 @@ -29,7 +27,7 @@ jobs: - name: build expat run: | - git clone -b R_$(echo $EXPAT_VERSION | sed "s/\./_/g") --single-branch https://github.com/libexpat/libexpat.git + git clone -b R_$(echo ${{ matrix.expatVersion }} | sed "s/\./_/g") --single-branch https://github.com/libexpat/libexpat.git cd libexpat/expat ./buildconf.sh ./configure