Skip to content

Commit

Permalink
fix: update gh-actions-lua
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondill committed Oct 3, 2024
1 parent e1001c8 commit 36a7401
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lua-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ jobs:
run_tests:
strategy:
matrix:
fail-fast: false
luaVersion:
- "5.4.7" # latest stable
- "luajit-openresty" # latest openresty luajit (luajit stopped publishing versions)
Expand All @@ -12,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: leafo/gh-actions-lua@v10
- uses: leafo/gh-actions-lua@ef92399 # HACK: use the latest version of the action. When it is updated, use v10.0.1 instead!
with:
luaVersion: ${{ matrix.luaVersion }}
- name: test against lua ${{ matrix.luaVersion }}
Expand Down

0 comments on commit 36a7401

Please sign in to comment.