Skip to content

Commit ff28c6d

Browse files
committed
Pin early dev CI packages
1 parent 23d895b commit ff28c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/syntax.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
- build: 'latest'
2828
packages: master
2929
- build: 'stable'
30-
packages: master # revert to 'binary' when Bash rewrite drops in stable
30+
packages: 4193 # revert to 'binary' when Bash rewrite drops in stable
3131
- build: 4185 # Required for symbol transformation tests
32-
packages: master # set to specific tag when Bash rewrite drops in dev
32+
packages: 4194 # Bash rewrite
3333
steps:
3434
- uses: actions/checkout@v4
3535
- uses: SublimeText/syntax-test-action@v2

0 commit comments

Comments
 (0)