We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdacd06 commit 22c6b1cCopy full SHA for 22c6b1c
.travis.yml
@@ -17,6 +17,8 @@ matrix:
17
os: linux
18
- env: LUA="lua 5.3"
19
20
+ - env: LUA="lua 5.4"
21
+ os: linux
22
- env: LUA="luajit 2.0"
23
24
- env: LUA="luajit 2.1"
appveyor.yml
@@ -13,6 +13,7 @@ environment:
13
- LUA: "lua 5.1"
14
- LUA: "lua 5.2"
15
- LUA: "lua 5.3"
16
+ - LUA: "lua 5.4"
platform:
- x64
rockspecs/lua-curl-scm-0.rockspec
@@ -15,7 +15,7 @@ description = {
}
dependencies = {
- "lua >= 5.1, < 5.4"
+ "lua >= 5.1, < 5.5"
external_dependencies = {
0 commit comments