(refactor) rewrite using Teal (#52)

This commit is contained in:
Enrique García Cota
2022-02-08 22:56:03 +01:00
committed by GitHub
parent c6472bccdf
commit 3c7414a0d0
5 changed files with 670 additions and 237 deletions

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
luaVersion: ["5.1.5", "5.2.4", "luajit-2.1.0-beta3", "luajit-openresty"]
luaVersion: ["5.1", "5.2", "5.3", "5.4", "luajit", "luajit-openresty"]
steps:
- uses: actions/checkout@master