aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2022-04-16 18:53:07 -0300
committerHisham Muhammad <hisham@gobolinux.org>2022-04-16 21:17:34 -0300
commit0f82063a51cd9197edd214e0427fe4e84ae9c0b9 (patch)
tree90b1f09e2504e8eb97209af4ec24e7ab6fdfbb17 /.github
parenta405d1a5f6c9eb7249a9271ca23ff1f701f91cfe (diff)
downloadluarocks-0f82063a51cd9197edd214e0427fe4e84ae9c0b9.tar.gz
luarocks-0f82063a51cd9197edd214e0427fe4e84ae9c0b9.tar.bz2
luarocks-0f82063a51cd9197edd214e0427fe4e84ae9c0b9.zip
tests: run tests on Lua 5.4 and LuaJIT 2.1
Diffstat (limited to '.github')
-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 370afb32..c5d3a0e4 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
43 TestMatrix: 43 TestMatrix:
44 strategy: 44 strategy:
45 matrix: 45 matrix:
46 lua-version: ["5.3", "luajit"] 46 lua-version: ["5.4", "luajit"]
47 os: ["ubuntu-latest", "macos-latest"] 47 os: ["ubuntu-latest", "macos-latest"]
48 runs-on: ${{ matrix.os }} 48 runs-on: ${{ matrix.os }}
49 49
@@ -96,7 +96,7 @@ jobs:
96 96
97 - uses: leafo/gh-actions-lua@v8.0.0 97 - uses: leafo/gh-actions-lua@v8.0.0
98 with: 98 with:
99 luaVersion: "5.3" 99 luaVersion: "5.4"
100 100
101 - name: Smoke Test 101 - name: Smoke Test
102 run: | 102 run: |