Skip to content

Commit

Permalink
Test with Lua 5.4.7 (instead of 5.4 -> 5.4.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandlo committed Dec 27, 2024
1 parent 0895fd2 commit b10e135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
luaVersion: ["5.1", "5.2", "5.3", "5.4", "luajit-openresty"]
luaVersion: ["5.1", "5.2", "5.3", "5.4.7", "luajit-openresty"]
os: ["ubuntu-latest", "macos-latest"]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b10e135

Please sign in to comment.