We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336889a commit da30392Copy full SHA for da30392
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
matrix:
17
os: [ubuntu-latest]
18
- luaversion: [lua-5.1.5,lua-5.2.4,lua-5.3.6,lua-5.4.3]
+ luaversion: [lua-5.1.5,lua-5.2.1,lua-5.2.4,lua-5.3.6,lua-5.4.3]
19
fail-fast: false
20
# The CMake configure and build commands are platform agnostic and should work equally
21
# well on Windows or Mac. You can convert this to a matrix build if you need
0 commit comments