Skip to content

Commit 08095fd

Browse files
committed
update test
1 parent f94860e commit 08095fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
luaVersion: ['5.5', '5.4', '5.3', '5.2', '5.1']
9+
luaVersion: ['git', '5.5', '5.4', '5.3', '5.2', '5.1']
1010
steps:
1111
- uses: actions/checkout@v4
1212
with:

.luarc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"runtime.version": "Lua 5.5",
23
"diagnostics": {
34
"groupFileStatus": {
45
"unused": "Any"

0 commit comments

Comments
 (0)