Skip to content

Commit da30392

Browse files
committed
CI: Add Lua 5.2.1 job
1 parent 336889a commit da30392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest]
18-
luaversion: [lua-5.1.5,lua-5.2.4,lua-5.3.6,lua-5.4.3]
18+
luaversion: [lua-5.1.5,lua-5.2.1,lua-5.2.4,lua-5.3.6,lua-5.4.3]
1919
fail-fast: false
2020
# The CMake configure and build commands are platform agnostic and should work equally
2121
# well on Windows or Mac. You can convert this to a matrix build if you need

0 commit comments

Comments
 (0)