aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleaf corcoran <leafot@gmail.com>2022-10-17 13:06:57 -0700
committerleaf corcoran <leafot@gmail.com>2022-10-17 13:06:57 -0700
commit91c3363e7dc86263a379719e5508fc0979df84d3 (patch)
tree445f6b8759b055c88efbc85925aef3d0e8037ea8
parent92cebdcc374a7bb4bf59e1186076433e45cc1138 (diff)
downloadlua-cjson-2.1.0.11.tar.gz
lua-cjson-2.1.0.11.tar.bz2
lua-cjson-2.1.0.11.zip
add lua 5.4 to test suite2.1.0.11
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 95138ed..74fdf1f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8 fail-fast: false 8 fail-fast: false
9 matrix: 9 matrix:
10 cc: ["gcc", "clang"] 10 cc: ["gcc", "clang"]
11 luaVersion: ["5.1", "5.2", "5.3", "luajit", "luajit-openresty"] 11 luaVersion: ["5.1", "5.2", "5.3", "5.4", "luajit", "luajit-openresty"]
12 include: 12 include:
13 - luaVersion: "luajit" 13 - luaVersion: "luajit"
14 runtestArgs: "LUA_INCLUDE_DIR=.lua/include/luajit-2.1" 14 runtestArgs: "LUA_INCLUDE_DIR=.lua/include/luajit-2.1"