Skip to content

Commit

Permalink
chore: use Lua 5.4.0 in CI
Browse files Browse the repository at this point in the history
Use 5.4.0 in CI because of pending bug in Lua 5.4.6 about to be fixed in
5.4.7.
  • Loading branch information
hishamhm committed May 14, 2024
1 parent dff32de commit a4cce07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
TestMatrix:
strategy:
matrix:
lua-version: ["5.1", "5.2", "5.3", "5.4", "luajit"]
lua-version: ["5.1", "5.2", "5.3", "5.4.0", "luajit"]
os: ["ubuntu-latest", "macos-latest"]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit a4cce07

Please sign in to comment.