From 5e24a79b09e16ecfa5016a14841e2e9c2afbd2a1 Mon Sep 17 00:00:00 2001 From: Jasmijn Wellner Date: Mon, 30 Dec 2024 16:09:26 +0100 Subject: [PATCH] Test under LuaJIT 2.1 instead of 2.0 --- setuptest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setuptest.sh b/setuptest.sh index 8069d1b..9d96021 100644 --- a/setuptest.sh +++ b/setuptest.sh @@ -1,5 +1,5 @@ python3 -m pip install hererocks -python3 -m hererocks lua_install -r^ --luajit=2.0 +python3 -m hererocks lua_install -r^ --luajit=2.1 export PATH=$PATH:$PWD/lua_install/bin luarocks install luacheck luarocks install busted