Skip to content

Commit

Permalink
ci: change luaVersion for LuaJIT to luajit-openresty
Browse files Browse the repository at this point in the history
Fixes: #160
  • Loading branch information
mikyll committed Nov 22, 2024
1 parent 6a2a96a commit ffb35f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
lua-version: ["5.1", "5.2", "5.3", "5.4", "luajit"]
lua-version: ["5.1", "5.2", "5.3", "5.4", "luajit-openresty"]

name: Lua ${{ matrix.lua-version }}

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Set up LuaJIT
uses: leafo/gh-actions-lua@v10.0.0
with:
luaVersion: "luajit"
luaVersion: "luajit-openresty"

- name: Set up luarocks
uses: leafo/gh-actions-luarocks@v4.0.0
Expand Down

0 comments on commit ffb35f5

Please sign in to comment.