Skip to content

Commit f46f436

Browse files
committed
Add earliest supported version CI
And hope that it works
1 parent 898800a commit f46f436

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/syntax.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
- build: 'latest'
2727
packages: master
2828
- build: 'stable'
29-
packages: master # revert to 'stable' when Bash drops
29+
packages: master # revert to 'binary' when Bash rewrite drops in stable
30+
- build: 4107
31+
packages: master # set to specific tag when Bash rewrite drops in dev
3032
steps:
3133
- uses: actions/checkout@v4
3234
- uses: SublimeText/syntax-test-action@v2

0 commit comments

Comments
 (0)