aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-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: |