Skip to content

Commit 622f9f3

Browse files
author
Michael Lyons
committed
Update CI for relevant versions
1 parent 5479ba3 commit 622f9f3

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/syntax.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Syntax Tests
2+
# https://github.com/sublimetext/syntax-test-action
23

34
on:
45
push:
@@ -17,17 +18,18 @@ on:
1718
jobs:
1819
main:
1920
name: Syntax Tests (${{ matrix.build }})
21+
runs-on: ubuntu-latest
22+
timeout-minutes: 15
2023
strategy:
2124
matrix:
2225
include:
23-
- build: 3211
24-
packages: st3
25-
- build: 4073
26+
- build: latest
2627
packages: master
27-
runs-on: ubuntu-latest
28+
- build: 4075
29+
packages: binary
2830
steps:
29-
- uses: actions/checkout@v2
30-
- uses: SublimeText/syntax-test-action@v1
31+
- uses: actions/checkout@v4
32+
- uses: SublimeText/syntax-test-action@v2
3133
with:
3234
build: ${{ matrix.build }}
3335
default_packages: ${{ matrix.packages }}

0 commit comments

Comments
 (0)