From 6538e0d41da09564efb43d4e35174bd1419477eb Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Thu, 8 Jan 2026 20:59:01 +0100 Subject: chore(ci): add Lua 5.5 to CI matrix --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: - "5.2" - "5.3" - "5.4" + - "5.5" - "luajit" - "luajit-openresty" include: @@ -48,6 +49,9 @@ jobs: - os: "windows-latest" toolchain: "msvc" luaVersion: "5.4" + - os: "windows-latest" + toolchain: "msvc" + luaVersion: "5.5" - os: "windows-latest" toolchain: "mingw" # unused, other than for display in the UI luaVersion: "luajit" @@ -97,7 +101,7 @@ jobs: - uses: hishamhm/gh-actions-luarocks@master with: - luaRocksVersion: "3.12.0" + luaRocksVersion: "3.13.0" - name: test dependencies run: | -- cgit v1.2.3-55-g6feb