Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs <thijs@thijsschreijer.nl>2020-07-28 10:06:37 +0300
committerThijs Schreijer <thijs@thijsschreijer.nl>2020-07-28 15:49:42 +0300
commita50b13b58066bd3107e41735291ab62b7cd31309 (patch)
tree71f1928c26533705c412bb6f82de89052ee545b2 /appveyor.yml
parente469fa08b71055e1bc419f78754a1d830956e8d5 (diff)
chore(ci) add Lua 5.4 to the matrix
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c606140..01d2a21 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,6 +5,7 @@ environment:
- LUA: "lua 5.1"
- LUA: "lua 5.2"
- LUA: "lua 5.3"
+ - LUA: "lua 5.4"
- LUA: "luajit 2.0"
- LUA: "luajit 2.0 --compat 5.2"
- LUA: "luajit 2.1"