Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: leafo/gh-actions-lua@6919171ccf181b826f44b9bca76307b577217377
with:
luaVersion: 5.4
luaVersion: 5.5

- uses: leafo/gh-actions-luarocks@35d062def313a7699a0d513e996bcf4352f05389

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ on:
jobs:
test:
runs-on: ubuntu-24.04
strategy:
matrix:
lua: [5.3, 5.4, 5.5]
name: Test (Lua ${{ matrix.lua }})

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

- uses: leafo/gh-actions-lua@6919171ccf181b826f44b9bca76307b577217377
with:
luaVersion: 5.4
luaVersion: ${{ matrix.lua }}

- uses: leafo/gh-actions-luarocks@35d062def313a7699a0d513e996bcf4352f05389

Expand Down
Loading