Skip to content

Commit 7c09d5d

Browse files
committed
[ci] Clean up
1 parent f824840 commit 7c09d5d

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
include:
11-
- lua: lua=5.1
12-
- lua: lua=5.2
13-
- lua: lua=5.3
14-
- lua: lua=5.4
15-
- lua: luajit=2.0
16-
- lua: luajit=2.1
10+
lua: [lua=5.1, lua=5.2, lua=5.3, lua=5.4, luajit=2.0, luajit=2.1]
1711
runs-on: ubuntu-22.04
1812
steps:
1913
# Checks-out the repository under $GITHUB_WORKSPACE.

0 commit comments

Comments
 (0)