Skip to content

Commit

Permalink
Add Lua 5.4 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Jul 12, 2022
1 parent 6a5732a commit beaf5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
cc: ["gcc", "clang"]
luaVersion: ["5.1", "5.2", "5.3", "luajit", "luajit-openresty"]
luaVersion: ["5.1", "5.2", "5.3", "5.4", "luajit", "luajit-openresty"]
include:
- luaVersion: "luajit"
runtestArgs: "LUA_INCLUDE_DIR=.lua/include/luajit-2.1"
Expand Down

0 comments on commit beaf5a1

Please sign in to comment.