aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-08-26 12:39:33 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-08-27 11:32:08 -0300
commitc2c0272d973929fa1f74e4dcbc11402a5c5273e6 (patch)
tree0a039fd9756092d0e4724934fccb3ba239fc6fae
parentbdb7345a28f9b8d3edba46ac0dc5cfbd57cb92e8 (diff)
downloadluarocks-c2c0272d973929fa1f74e4dcbc11402a5c5273e6.tar.gz
luarocks-c2c0272d973929fa1f74e4dcbc11402a5c5273e6.tar.bz2
luarocks-c2c0272d973929fa1f74e4dcbc11402a5c5273e6.zip
CI updates for LuaJIT rolling release compatibility
-rw-r--r--.github/workflows/test.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index d856e77f..86a07cdb 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -28,14 +28,14 @@ jobs:
28 TestMatrix: 28 TestMatrix:
29 strategy: 29 strategy:
30 matrix: 30 matrix:
31 lua-version: ["5.4", "luajit"] 31 lua-version: ["5.4", "luajit-2.1"]
32 os: ["ubuntu-latest", "macos-latest"] 32 os: ["ubuntu-latest", "macos-latest"]
33 runs-on: ${{ matrix.os }} 33 runs-on: ${{ matrix.os }}
34 34
35 steps: 35 steps:
36 - uses: actions/checkout@master 36 - uses: actions/checkout@master
37 37
38 - uses: leafo/gh-actions-lua@master 38 - uses: hishamhm/gh-actions-lua@master
39 with: 39 with:
40 luaVersion: ${{ matrix.lua-version }} 40 luaVersion: ${{ matrix.lua-version }}
41 41
@@ -78,7 +78,7 @@ jobs:
78 steps: 78 steps:
79 - uses: actions/checkout@master 79 - uses: actions/checkout@master
80 80
81 - uses: leafo/gh-actions-lua@v8.0.0 81 - uses: hishamhm/gh-actions-lua@master
82 with: 82 with:
83 luaVersion: "5.4" 83 luaVersion: "5.4"
84 84
@@ -94,7 +94,7 @@ jobs:
94 steps: 94 steps:
95 - uses: actions/checkout@master 95 - uses: actions/checkout@master
96 96
97 - uses: leafo/gh-actions-lua@v8.0.0 97 - uses: hishamhm/gh-actions-lua@master
98 with: 98 with:
99 luaVersion: "5.4" 99 luaVersion: "5.4"
100 100