Skip to content

Commit

Permalink
ci: update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Jan 1, 2025
1 parent c86973d commit c19efc2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
openssl_version: [openssl-1.0.2u, openssl-1.1.1w, openssl-3.1.5]
openssl_version: [openssl-1.0.2u, openssl-1.1.1w, openssl-3.1.7]
env:
COVERALLS_GIT_BRANCH: "${{ github.ref }}"
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_TOKEN }}"
WITH_LUA_ENGINE: LuaJIT
LUA: luajit2.1
LUAROCKS: 3.9.2
LUAROCKS: 3.11.1
SSL: ${{ matrix.openssl_version }}
COVERALLS_PARALLEL: ON
COVERALLS_SERVICE_NAME: github
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
env:
WITH_LUA_ENGINE: LuaJIT
LUA: luajit2.1
LUAROCKS: 3.9.2
LUAROCKS: 3.11.1
steps:
- uses: actions/checkout@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, ubuntu-latest]
luarocks_version: [3.9.2]
os: [macos-13, ubuntu-latest]
luarocks_version: [3.11.1]
lua_version: [luajit2.1, lua5.1, lua5.2, lua5.3, lua5.4]
openssl_version: [openssl-1.0.2u, openssl-1.1.1w, openssl-3.0.15, openssl-3.1.7, openssl-3.2.3, openssl-3.3.2, openssl-3.4.0]
env:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
env:
WITH_LUA_ENGINE: LuaJIT
LUA: luajit2.1
LUAROCKS: 3.9.2
LUAROCKS: 3.11.1
steps:
- uses: actions/checkout@v4
with:
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/libressl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,21 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-13
strategy:
fail-fast: false
matrix:
luarocks_version: [3.9.2]
luarocks_version: [3.11.1]
lua_version: [luajit2.1]
openssl_version:
- libressl-3.3.6
- libressl-3.4.3
- libressl-3.5.4
- libressl-3.6.3
- libressl-3.7.3
- libressl-3.8.2
- libressl-3.8.4
- libressl-3.9.2
- libressl-4.0.0
env:
MACOSX_DEPLOYMENT_TARGET: 10.12
LUAROCKS: ${{ matrix.luarocks_version }}
Expand Down

0 comments on commit c19efc2

Please sign in to comment.