We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a69f45f commit e006032Copy full SHA for e006032
.github/workflows/syntax.yml
@@ -21,14 +21,14 @@ jobs:
21
runs-on: ubuntu-latest
22
timeout-minutes: 15
23
strategy:
24
- fail-fast: false
+ # fail-fast: false
25
matrix:
26
include:
27
- build: 'latest'
28
packages: master
29
- build: 'stable'
30
packages: master # revert to 'binary' when Bash rewrite drops in stable
31
- - build: 4107
+ - build: 4185 # Required for symbol transformation tests
32
packages: master # set to specific tag when Bash rewrite drops in dev
33
steps:
34
- uses: actions/checkout@v4
0 commit comments