Skip to content

Commit

Permalink
fix: add luajit to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondill committed Oct 3, 2024
1 parent 01df492 commit 8c1026f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lua-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
luaVersion:
- "5.4.7" # latest stable
- "luajit-openresty" # latest openresty luajit (luajit stopped publishing versions)
# - "luajit-2.1.0-beta3" # latest beta luajit
- "luajit" # latest luajit
- "5.3.6" # Awesome lua version v4.3
- "5.2.4" # Earliest supported version
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8c1026f

Please sign in to comment.