Skip to content

Commit

Permalink
Lua 5.4 compatibility
Browse files Browse the repository at this point in the history
Hello,

As far as I can tell from testing it on one of my projects, luaunit works fine on Lua 5.4. This change would make it possible to install with that version (if merged, this change should be published on luarocks, of course). Of course, LuaUnit's tests themselves pass fine with Lua 5.4.1 that I have on my system (Linux Fedora).

Thanks,
Martin
  • Loading branch information
mna authored and bluebird75 committed Nov 25, 2020
1 parent d992a60 commit 64c1748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luaunit-3.3-1.rockspec
Expand Up @@ -34,7 +34,7 @@ description =

dependencies =
{
"lua >= 5.1", "lua < 5.4"
"lua >= 5.1", "lua < 5.5"
}

build =
Expand Down

0 comments on commit 64c1748

Please sign in to comment.