Skip to content

Commit

Permalink
CI updates for LuaJIT rolling release compatibility
Browse files Browse the repository at this point in the history
(cherry picked from commit c2c0272)
  • Loading branch information
hishamhm authored and oleg-jukovec committed Nov 10, 2024
1 parent 2a78c22 commit d94abd1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
TestMatrix:
strategy:
matrix:
lua-version: ["5.4", "luajit"]
lua-version: ["5.4", "luajit-2.1"]
os: ["ubuntu-latest", "macos-latest"]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@master

- uses: leafo/gh-actions-lua@master
- uses: hishamhm/gh-actions-lua@master
with:
luaVersion: ${{ matrix.lua-version }}

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
steps:
- uses: actions/checkout@master

- uses: leafo/gh-actions-lua@v8.0.0
- uses: hishamhm/gh-actions-lua@master
with:
luaVersion: "5.4"

Expand All @@ -81,4 +81,3 @@ jobs:
./configure
./makedist dev
./smoke_test.sh luarocks-dev.tar.gz

0 comments on commit d94abd1

Please sign in to comment.