diff --git a/tests/gh_actions/setup_lua.sh b/tests/gh_actions/setup_lua.sh index dd2601c..d375ddc 100644 --- a/tests/gh_actions/setup_lua.sh +++ b/tests/gh_actions/setup_lua.sh @@ -66,6 +66,9 @@ else elif [ "$LUA" == "lua5.3" ]; then curl https://www.lua.org/ftp/lua-5.3.3.tar.gz | tar xz cd lua-5.3.3; + elif [ "$LUA" == "lua5.4" ]; then + curl https://www.lua.org/ftp/lua-5.4.7.tar.gz | tar xz + cd lua-5.4.7; fi # Build Lua without backwards compatibility for testing