From 5ede7ceff3258fdae94dc482dc0ccbd35796825d Mon Sep 17 00:00:00 2001 From: Marek Sebera Date: Tue, 11 Aug 2020 10:06:22 +0200 Subject: [PATCH] CI Lua 5.1, 5.2 and 5.3 test targets --- src/App.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.vue b/src/App.vue index b24c349..e9f728a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -70,6 +70,8 @@ export default { ["javascript", "nodejs8"], ["javascript", "nodejs10"], ["javascript", "nodejs12"], + ["lua", "5.1"], + ["lua", "5.2"], ["lua", "5.3"], ["nim", "1.2.0"], ["perl", "5.24"],