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 3a93676 commit c193cdbCopy full SHA for c193cdb
2 files changed
.github/workflows/check-formatting.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- uses: leafo/gh-actions-lua@6919171ccf181b826f44b9bca76307b577217377
18
with:
19
- luaVersion: 5.4
+ luaVersion: 5.5
20
21
- uses: leafo/gh-actions-luarocks@35d062def313a7699a0d513e996bcf4352f05389
22
.github/workflows/test.yml
@@ -10,13 +10,17 @@ on:
10
jobs:
11
test:
12
runs-on: ubuntu-24.04
13
+ strategy:
14
+ matrix:
15
+ lua: [5.3, 5.4, 5.5]
+ name: Test (Lua ${{ matrix.lua }})
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
23
+ luaVersion: ${{ matrix.lua }}
24
25
26
0 commit comments