Skip to content

Commit 16179c9

Browse files
author
Michael Lyons
committed
Try ST3-specific CI
1 parent 3e30979 commit 16179c9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/syntax.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ on:
1515
- debug
1616
push:
1717
paths:
18+
- '.github/workflows/*'
1819
- '**.sublime-syntax'
1920
- '**/syntax_test*'
2021
- '**.tmPreferences'
2122
pull_request:
2223
paths:
24+
- '.github/workflows/*'
2325
- '**.sublime-syntax'
2426
- '**/syntax_test*'
2527
- '**.tmPreferences'
@@ -32,11 +34,12 @@ jobs:
3234
strategy:
3335
matrix:
3436
include:
35-
- build: 'latest'
36-
# - build: 3211 # libgl1-mesa-glx is not available on ubuntu-latest SublimeText/syntax-action#17
37+
- build: 3154 # First test binary I can find after 3092
38+
- build: 4073 # Last test binary before `extends`
3739
steps:
38-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
3941
- uses: SublimeText/syntax-test-action@v2
4042
with:
4143
build: ${{ matrix.build }}
4244
package_name: 'Excel formula'
45+
# dummy_syntaxes: source.regexp.basic

0 commit comments

Comments
 (0)