Skip to content

Commit 11aa8a5

Browse files
committed
ci: bump Lua to 5.4.8
1 parent d4c9ee5 commit 11aa8a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/shell/setup_lua.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ else
6262
curl https://www.lua.org/ftp/lua-5.3.6.tar.gz | tar xz
6363
cd lua-5.3.6
6464
elif [ "$LUA" == "lua5.4" ]; then
65-
curl https://www.lua.org/ftp/lua-5.4.7.tar.gz | tar xz
66-
cd lua-5.4.7
65+
curl https://www.lua.org/ftp/lua-5.4.8.tar.gz | tar xz
66+
cd lua-5.4.8
6767
fi
6868

6969
if [ "$PLATFORM" == "linux" ]; then

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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.12.1]
18+
luarocks_version: [3.12.0]
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:

0 commit comments

Comments
 (0)