Skip to content

Commit

Permalink
Add Lua 5.4 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Aug 20, 2020
1 parent 542376a commit d3a7650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ env:
- LUA="lua=5.1"
- LUA="lua=5.2"
- LUA="lua=5.3"
- LUA="lua=5.4"
- LUA="luajit=2.0"
- LUA="luajit=2.1"

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ environment:
- LUA: "lua 5.1"
- LUA: "lua 5.2"
- LUA: "lua 5.3"
- LUA: "lua 5.4"
- LUA: "luajit 2.0"
- LUA: "luajit 2.1"

Expand Down

0 comments on commit d3a7650

Please sign in to comment.