Skip to content

Commit

Permalink
chore(ci): add version 2.6.2 of LibExpat to the CI matrix (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske authored Apr 9, 2024
1 parent c60fbb0 commit e0dd18e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/unix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e0dd18e

Please sign in to comment.