We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d895b commit aab74b1Copy full SHA for aab74b1
.github/workflows/syntax.yml
@@ -27,9 +27,9 @@ jobs:
27
- build: 'latest'
28
packages: master
29
- build: 'stable'
30
- packages: master # revert to 'binary' when Bash rewrite drops in stable
+ packages: v4193 # revert to 'binary' when Bash rewrite drops in stable
31
- build: 4185 # Required for symbol transformation tests
32
- packages: master # set to specific tag when Bash rewrite drops in dev
+ packages: v4193 # Bash rewrite
33
steps:
34
- uses: actions/checkout@v4
35
- uses: SublimeText/syntax-test-action@v2
0 commit comments