Skip to content

Commit

Permalink
Add lua5.2 as a target for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
regginator committed Mar 25, 2024
1 parent 1950eed commit 476d63b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lune/run-tests.luau
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ local StringUtils = LuneUtils.StringUtils
local CommandUtils = LuneUtils.CommandUtils
local Run = LuneUtils.Run

CommandUtils.CheckCommands({"lune", "luau", "lua5.1", "rojo", "darklua"})
CommandUtils.CheckCommands({"lune", "luau", "lua5.1", "lua52", "rojo", "darklua"})

print("\n++++++++++ BUNDLING TEST PROJECTS ++++++++++\n")

Expand Down Expand Up @@ -93,6 +93,7 @@ for _, ScriptPathObject in ScriptFilesToTest do
end

RunWithCommand("lua5.1")
RunWithCommand("lua52")
RunWithCommand("luau")
RunWithCommand("lune", {"run"})

Expand Down

0 comments on commit 476d63b

Please sign in to comment.