We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4956c9b commit dad2000Copy full SHA for dad2000
.github/workflows/test.yaml
@@ -86,6 +86,8 @@ jobs:
86
run: |
87
docker compose build ubuntu
88
- name: Run
89
+ # We remove this when we support Swift 6.0 or later.
90
+ continue-on-error: ${{ matrix.swift-version != '5.10' }}
91
92
docker compose run --rm ubuntu
93
- name: Fix permission for .docker/
0 commit comments