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 0895fd2 commit b10e135Copy full SHA for b10e135
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- luaVersion: ["5.1", "5.2", "5.3", "5.4", "luajit-openresty"]
+ luaVersion: ["5.1", "5.2", "5.3", "5.4.7", "luajit-openresty"]
11
os: ["ubuntu-latest", "macos-latest"]
12
13
runs-on: ${{ matrix.os }}
0 commit comments