remove luajit and 5.5 not supported with current actions

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