Skip to content

Commit 96fcc67

Browse files
Merge pull request #16 from michaelblyons/ci/oldest-version
Test ST3 support with CI
2 parents 60ed92c + be9de0d commit 96fcc67

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/syntax.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,19 @@ jobs:
2121
runs-on: ubuntu-latest
2222
timeout-minutes: 15
2323
strategy:
24+
fail-fast: false
2425
matrix:
2526
include:
2627
- build: 'latest'
2728
packages: master
2829
- build: 'stable'
2930
packages: binary
31+
# We claim support for 3092+, but binary tests do not exist
32+
# until 3154, and Ubuntu is missing dependencies until 3181
33+
- build: 3181
34+
packages: binary
3035
steps:
31-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3237
- uses: SublimeText/syntax-test-action@v2
3338
with:
3439
build: ${{ matrix.build }}

0 commit comments

Comments
 (0)