From db2f16cefb72cabed6fcc09f85f46431a3ab0df3 Mon Sep 17 00:00:00 2001 From: Victoria Lacroix Date: Mon, 22 Dec 2025 09:28:51 -0500 Subject: [PATCH] Update CI to Lua 5.4.8 and Lua 5.5.0 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/msvc-ci.yml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8db1814..bc9a5253 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: - version: [5.1.5, 5.2.4, 5.3.6, 5.4.7, 5.5.0-beta] + version: [5.1.5, 5.2.4, 5.3.6, 5.4.8, 5.5.0] env: LUA_VERSION: ${{ matrix.version }} @@ -31,7 +31,7 @@ jobs: - name: Build PUC-Rio Lua ${{ matrix.version }} run: | # wget from /work/ is temporary until Lua 5.5 releases - wget "https://www.lua.org/ftp/lua-${LUA_VERSION}.tar.gz" || wget "https://www.lua.org/work/lua-${LUA_VERSION}.tar.gz" + wget "https://www.lua.org/ftp/lua-${LUA_VERSION}.tar.gz" tar xzvf "lua-${LUA_VERSION}.tar.gz" cd "lua-${LUA_VERSION}" make linux SYSLIBS="-Wl,-E -ldl -lreadline" SYSCFLAGS="-DLUA_USE_LINUX -DLUA_USE_APICHECK" CC='gcc -g' diff --git a/.github/workflows/msvc-ci.yml b/.github/workflows/msvc-ci.yml index c921387a..86f1205e 100644 --- a/.github/workflows/msvc-ci.yml +++ b/.github/workflows/msvc-ci.yml @@ -18,7 +18,8 @@ jobs: - 5.1.5 - 5.2.4 - 5.3.6 - - 5.4.7 + - 5.4.8 + - 5.5.0 gtk-major-version: - 3