Skip to content

Commit 22c6b1c

Browse files
committed
Add. Build on Lua 5.4
1 parent bdacd06 commit 22c6b1c

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ matrix:
1717
os: linux
1818
- env: LUA="lua 5.3"
1919
os: linux
20+
- env: LUA="lua 5.4"
21+
os: linux
2022
- env: LUA="luajit 2.0"
2123
os: linux
2224
- env: LUA="luajit 2.1"

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ environment:
1313
- LUA: "lua 5.1"
1414
- LUA: "lua 5.2"
1515
- LUA: "lua 5.3"
16+
- LUA: "lua 5.4"
1617

1718
platform:
1819
- x64

rockspecs/lua-curl-scm-0.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description = {
1515
}
1616

1717
dependencies = {
18-
"lua >= 5.1, < 5.4"
18+
"lua >= 5.1, < 5.5"
1919
}
2020

2121
external_dependencies = {

0 commit comments

Comments
 (0)