Skip to content

Commit dd35ab4

Browse files
committed
Remove lua51 from CI tests
Lua 5.1 does not support yieldable `pcall` and this limitation prevents running tests
1 parent 91ba853 commit dd35ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest]
12-
lua: [lua51, lua52, lua53, lua54, luau]
12+
lua: [lua52, lua53, lua54, luau]
1313
steps:
1414
- uses: actions/checkout@main
1515
- name: Cache cargo

0 commit comments

Comments
 (0)