Skip to content

Commit

Permalink
LuaJIT has stopped publishing tarballs on LuaJIT.org, so the workflow…
Browse files Browse the repository at this point in the history
… has broken. In the meantime, we'll just test against OpenResty's LuaJIT distribution.
  • Loading branch information
benwilber committed Aug 17, 2024
1 parent a7f4ca5 commit 77da18b
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 @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
luaVersion: ["5.1", "5.2", "5.3", "5.4", "luajit"]
luaVersion: ["5.1", "5.2", "5.3", "5.4", "luajit-openresty"]

steps:
- name: Checkout code
Expand Down

1 comment on commit 77da18b

@benwilber
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.