Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-y committed Aug 22, 2024
1 parent 397ced0 commit 0abfc8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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", "5.4", "luajit", "luajit-openresty"]
luaVersion: ["5.1", "5.2", "5.3", "5.4", "luajit-openresty"]
include:
- luaVersion: "luajit"
runtestArgs: "LUA_INCLUDE_DIR=.lua/include/luajit-2.1"
Expand Down
8 changes: 4 additions & 4 deletions lua-cjson-2.1.0.14-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "lua-cjson"
version = "2.1.0.14-1"
package = "superblocks-lua-cjson"
version = "2.1.0.15-1"

source = {
url = "git+https://github.com/openresty/lua-cjson",
tag = "2.1.0.14",
url = "git+https://github.com/superblocks/lua-cjson",
tag = "2.1.0.15",
}

description = {
Expand Down

0 comments on commit 0abfc8d

Please sign in to comment.