Skip to content

Commit b10e135

Browse files
committed
Test with Lua 5.4.7 (instead of 5.4 -> 5.4.4)
1 parent 0895fd2 commit b10e135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
luaVersion: ["5.1", "5.2", "5.3", "5.4", "luajit-openresty"]
10+
luaVersion: ["5.1", "5.2", "5.3", "5.4.7", "luajit-openresty"]
1111
os: ["ubuntu-latest", "macos-latest"]
1212

1313
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)