diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2022-04-16 18:53:07 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2022-04-16 21:17:34 -0300 |
commit | 0f82063a51cd9197edd214e0427fe4e84ae9c0b9 (patch) | |
tree | 90b1f09e2504e8eb97209af4ec24e7ab6fdfbb17 /spec/util/versions.lua | |
parent | a405d1a5f6c9eb7249a9271ca23ff1f701f91cfe (diff) | |
download | luarocks-0f82063a51cd9197edd214e0427fe4e84ae9c0b9.tar.gz luarocks-0f82063a51cd9197edd214e0427fe4e84ae9c0b9.tar.bz2 luarocks-0f82063a51cd9197edd214e0427fe4e84ae9c0b9.zip |
tests: run tests on Lua 5.4 and LuaJIT 2.1
Diffstat (limited to 'spec/util/versions.lua')
-rw-r--r-- | spec/util/versions.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/util/versions.lua b/spec/util/versions.lua index b0d5c453..0d3b8796 100644 --- a/spec/util/versions.lua +++ b/spec/util/versions.lua | |||
@@ -2,7 +2,9 @@ return { | |||
2 | binaryheap = "0.4-1", -- dependency for copas | 2 | binaryheap = "0.4-1", -- dependency for copas |
3 | bit32 = "5.3.5.1-1", -- dependency for luaposix on Lua 5.1 | 3 | bit32 = "5.3.5.1-1", -- dependency for luaposix on Lua 5.1 |
4 | cluacov = "0.1.2-1", | 4 | cluacov = "0.1.2-1", |
5 | copas = "3.0.0-1", | 5 | copas = "3.0.0-2", |
6 | cprint = "0.2-1", | ||
7 | dkjson = "2.6-1", | ||
6 | lpeg = "1.0.0-1", | 8 | lpeg = "1.0.0-1", |
7 | luacov = "0.15.0-1", | 9 | luacov = "0.15.0-1", |
8 | luafilesystem = "1.8.0-1", | 10 | luafilesystem = "1.8.0-1", |