Skip to content

Commit

Permalink
ci: replace luajit with luajit-openresty
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-jukovec committed Nov 10, 2024
1 parent 8d4a6d7 commit f673652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
TestMatrix:
strategy:
matrix:
lua-version: ["5.4", "luajit"]
lua-version: ["5.4", "luajit-openresty"]
os: ["ubuntu-22.04", "macos-latest"]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit f673652

Please sign in to comment.