added lua 5.5 and using luajit

This commit is contained in:
2026-03-23 22:06:18 -07:00
parent 9fa0e7c2cb
commit b1a7e61c03
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
luaVersion: ["5.1", "5.2", "5.3", "5.4", "luajit-2.1.0-beta3"]
luaVersion: ["5.1", "5.2", "5.3", "5.4", "5.5", "luajit"]
steps:
- name: Checkout repository