Skip to content

Commit d8846ac

Browse files
authored
ci: Test against Lua 5.4 (#27)
1 parent 690b347 commit d8846ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/busted.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
luaVersion: ["5.3", "5.2", "5.1", "luajit", "luajit-openresty"]
10+
luaVersion: ["5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty"]
1111

1212
runs-on: ubuntu-latest
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@master
16+
uses: actions/checkout@v2
1717
- name: Setup Lua
18-
uses: leafo/gh-actions-lua@v5
18+
uses: leafo/gh-actions-lua@v6
1919
with:
2020
luaVersion: ${{ matrix.luaVersion }}
2121
- name: Setup Lua Rocks

0 commit comments

Comments
 (0)