Skip to content

Commit dad2000

Browse files
committed
Ignore Swift 6.0+ results
1 parent 4956c9b commit dad2000

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
run: |
8787
docker compose build ubuntu
8888
- name: Run
89+
# We remove this when we support Swift 6.0 or later.
90+
continue-on-error: ${{ matrix.swift-version != '5.10' }}
8991
run: |
9092
docker compose run --rm ubuntu
9193
- name: Fix permission for .docker/

0 commit comments

Comments
 (0)