aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-06-10 22:39:55 -0300
committerGitHub <noreply@github.com>2024-06-11 09:39:55 +0800
commitc92ecda53337490633c95e6ae00e322dc9ad1fb8 (patch)
tree47185f92938547b2c70fcf00b02c9acef772ac9c /.github/workflows
parentd20576d5cef3d7aa3b6d62db7aee9d9d5f03cc70 (diff)
downloadlua-cjson-c92ecda53337490633c95e6ae00e322dc9ad1fb8.tar.gz
lua-cjson-c92ecda53337490633c95e6ae00e322dc9ad1fb8.tar.bz2
lua-cjson-c92ecda53337490633c95e6ae00e322dc9ad1fb8.zip
feature: Lua 5.3 + 5.4 integer support, with CI and conflicts fixed.
Co-Authored-By: Hisham Muhammad <hisham@gobolinux.org> Co-authored-by: Mark Pulford <mark@kyne.com.au> Co-authored-by: ichenq <ichenq@gmail.com> Co-authored-by: Cloud Wu <cloudwu@gmail.com> Co-authored-by: caijietao <t0350.prog@gmail.com> Co-authored-by: actboy168 <actboy168@gmail.com> Co-authored-by: wudeng <wudeng256@gmail.com> Co-authored-by: caiyiheng <rangercyh@qq.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 74fdf1f..5567f63 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17 runtestArgs: "LUA_INCLUDE_DIR=.lua/include/luajit-2.1" 17 runtestArgs: "LUA_INCLUDE_DIR=.lua/include/luajit-2.1"
18 runtestEnv: "SKIP_CMAKE=1" 18 runtestEnv: "SKIP_CMAKE=1"
19 19
20 runs-on: ubuntu-latest 20 runs-on: ubuntu-24.04
21 21
22 steps: 22 steps:
23 - uses: actions/checkout@master 23 - uses: actions/checkout@master
@@ -47,7 +47,7 @@ jobs:
47 sudo cpanm --notest Test::Base Test::LongString 47 sudo cpanm --notest Test::Base Test::LongString
48 48
49 - name: cppcheck 49 - name: cppcheck
50 run: cppcheck -i .lua/ -i .install/ -i dtoa.c --force --error-exitcode=1 --enable=warning . 50 run: cppcheck -i .lua/ -i .install/ -i dtoa.c --force --error-exitcode=1 --enable=warning --inline-suppr .
51 51
52 - name: prove 52 - name: prove
53 run: LUA_BIN=lua prove -Itests tests 53 run: LUA_BIN=lua prove -Itests tests