Skip to content

Commit

Permalink
ci: cover LibreSSL, OpenSSL, Lua last version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Jul 2, 2023
1 parent 4d63c60 commit b95ab84
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/shell/setup_lua.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ else
curl http://www.lua.org/ftp/lua-5.3.6.tar.gz | tar xz
cd lua-5.3.6
elif [ "$LUA" == "lua5.4" ]; then
curl http://www.lua.org/ftp/lua-5.4.4.tar.gz | tar xz
cd lua-5.4.4
curl http://www.lua.org/ftp/lua-5.4.6.tar.gz | tar xz
cd lua-5.4.6
fi

# Build Lua without backwards compatibility for testing
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os: [macos-latest, ubuntu-latest]
luarocks_version: [3.8.0]
lua_version: [luajit2.1, lua5.1, lua5.2, lua5.3, lua5.4]
openssl_version: [openssl-1.0.2u, openssl-1.1.1t, openssl-3.0.8]
openssl_version: [openssl-1.0.2u, openssl-1.1.1u, openssl-3.0.9]
env:
MACOSX_DEPLOYMENT_TARGET: 10.12
LUAROCKS: ${{ matrix.luarocks_version }}
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/libressl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: LibreSSL

on:
push:
branches: [ "master" ]
branches: [ "master", "ci" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
Expand All @@ -15,7 +15,12 @@ jobs:
matrix:
luarocks_version: [3.8.0]
lua_version: [luajit2.1]
openssl_version: [libressl-3.3.6, libressl-3.4.3, libressl-3.5.4, libressl-3.6.2]
openssl_version:
- libressl-3.3.6
- libressl-3.4.3
- libressl-3.5.4
- libressl-3.6.3
- libressl-3.7.3
env:
MACOSX_DEPLOYMENT_TARGET: 10.12
LUAROCKS: ${{ matrix.luarocks_version }}
Expand Down

0 comments on commit b95ab84

Please sign in to comment.