diff --git a/.github/workflows/lua.yml b/.github/workflows/lua.yml index d73523f..80e19d3 100644 --- a/.github/workflows/lua.yml +++ b/.github/workflows/lua.yml @@ -45,7 +45,9 @@ jobs: - uses: leafo/gh-actions-luarocks@v4 - name: dependencies - run: make dev + run: | + make dev + luarocks install lua-cjson - name: test run: busted --lua=lua --Xoutput "--color" diff --git a/.github/workflows/openresty.yml b/.github/workflows/openresty.yml index 1926d67..02562b4 100644 --- a/.github/workflows/openresty.yml +++ b/.github/workflows/openresty.yml @@ -44,7 +44,9 @@ jobs: withLuaPath: "/usr/local/openresty/luajit/" - name: dependencies - run: make dev + run: | + make dev + luarocks install lua-cjson - name: test run: busted diff --git a/CHANGELOG.md b/CHANGELOG.md index 653519f..e751828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ The scope of what is covered by the version number excludes: ## Version history -### 1.2.0-2 (19-Oct-2023) +### 1.2.0-2 (24-Oct-2024) - this rockspec update was lost on 1.2.0 release (see 1.1.6-2 below), applying it again. This is not a real release (has no tag), since it doesn't change any code. It only updates diff --git a/docs/examples/coercion.lua.html b/docs/examples/coercion.lua.html index 3f04e37..7a20446 100644 --- a/docs/examples/coercion.lua.html +++ b/docs/examples/coercion.lua.html @@ -95,7 +95,7 @@