aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2026-01-08 20:59:01 +0100
committerThijs Schreijer <thijs@thijsschreijer.nl>2026-01-09 15:12:53 +0100
commit955711c2f888d98bd2a1a1231135cce76e8fabf0 (patch)
tree285406a62eee627e2501ac2246325c15088a922b
parentef238e0940a56298061f60c0c8d66cb7c4e2f653 (diff)
downloadluasystem-955711c2f888d98bd2a1a1231135cce76e8fabf0.tar.gz
luasystem-955711c2f888d98bd2a1a1231135cce76e8fabf0.tar.bz2
luasystem-955711c2f888d98bd2a1a1231135cce76e8fabf0.zip
chore(ci): add Lua 5.5 to CI matrix
-rw-r--r--.github/workflows/build.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5b3d31a..7e880bd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -27,6 +27,7 @@ jobs:
27 - "5.2" 27 - "5.2"
28 - "5.3" 28 - "5.3"
29 - "5.4" 29 - "5.4"
30 - "5.5"
30 - "luajit" 31 - "luajit"
31 - "luajit-openresty" 32 - "luajit-openresty"
32 include: 33 include:
@@ -49,6 +50,9 @@ jobs:
49 toolchain: "msvc" 50 toolchain: "msvc"
50 luaVersion: "5.4" 51 luaVersion: "5.4"
51 - os: "windows-latest" 52 - os: "windows-latest"
53 toolchain: "msvc"
54 luaVersion: "5.5"
55 - os: "windows-latest"
52 toolchain: "mingw" # unused, other than for display in the UI 56 toolchain: "mingw" # unused, other than for display in the UI
53 luaVersion: "luajit" 57 luaVersion: "luajit"
54 58
@@ -97,7 +101,7 @@ jobs:
97 101
98 - uses: hishamhm/gh-actions-luarocks@master 102 - uses: hishamhm/gh-actions-luarocks@master
99 with: 103 with:
100 luaRocksVersion: "3.12.0" 104 luaRocksVersion: "3.13.0"
101 105
102 - name: test dependencies 106 - name: test dependencies
103 run: | 107 run: |