Skip to content

Commit d4c9ee5

Browse files
committed
ci: bump luarocks to 3.12.0
1 parent 1baa0da commit d4c9ee5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/shell/setup_lua.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,5 @@ elif [ "$LUA" == "lua5.2" ]; then
114114
elif [ "$LUA" == "lua5.3" ]; then
115115
rm -rf lua-5.3.6
116116
elif [ "$LUA" == "lua5.4" ]; then
117-
rm -rf lua-5.4.7
117+
rm -rf lua-5.4.8
118118
fi

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_TOKEN }}"
1515
WITH_LUA_ENGINE: LuaJIT
1616
LUA: luajit2.1
17-
LUAROCKS: 3.11.1
17+
LUAROCKS: 3.12.0
1818
SSL: ${{ matrix.openssl_version }}
1919
COVERALLS_PARALLEL: ON
2020
COVERALLS_SERVICE_NAME: github
@@ -66,7 +66,7 @@ jobs:
6666
env:
6767
WITH_LUA_ENGINE: LuaJIT
6868
LUA: luajit2.1
69-
LUAROCKS: 3.11.1
69+
LUAROCKS: 3.12.0
7070
steps:
7171
- uses: actions/checkout@v4
7272
with:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [macos-13, ubuntu-latest]
18-
luarocks_version: [3.11.1]
18+
luarocks_version: [3.12.1]
1919
lua_version: [luajit2.1, lua5.1, lua5.2, lua5.3, lua5.4]
2020
openssl_version: [openssl-1.0.2u, openssl-1.1.1w, openssl-3.0.16, openssl-3.5.0]
2121
env:
@@ -48,7 +48,7 @@ jobs:
4848
env:
4949
WITH_LUA_ENGINE: LuaJIT
5050
LUA: luajit2.1
51-
LUAROCKS: 3.11.1
51+
LUAROCKS: 3.12.0
5252
steps:
5353
- uses: actions/checkout@v4
5454
with:

.github/workflows/libressl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
luarocks_version: [3.11.1]
16+
luarocks_version: [3.12.0]
1717
lua_version: [luajit2.1]
1818
openssl_version:
1919
- libressl-3.8.4

0 commit comments

Comments
 (0)