Skip to content

Commit e006032

Browse files
committed
Give up on earliest version CI for now
1 parent a69f45f commit e006032

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
@@ -21,14 +21,14 @@ jobs:
2121
runs-on: ubuntu-latest
2222
timeout-minutes: 15
2323
strategy:
24-
fail-fast: false
24+
# fail-fast: false
2525
matrix:
2626
include:
2727
- build: 'latest'
2828
packages: master
2929
- build: 'stable'
3030
packages: master # revert to 'binary' when Bash rewrite drops in stable
31-
- build: 4107
31+
- build: 4185 # Required for symbol transformation tests
3232
packages: master # set to specific tag when Bash rewrite drops in dev
3333
steps:
3434
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)