Skip to content

Commit ffca6ca

Browse files
committed
Don't test with swift-5.x in Publish Release workflow
swift-format only supports 6.x+ toolchains
1 parent e3cca1f commit ffca6ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ jobs:
102102
matrix:
103103
release: [true, false]
104104
with:
105+
linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10\"}]"
106+
windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]"
105107
linux_pre_build_command: |
106108
git config --global --add safe.directory "$(realpath .)"
107109
git config --local user.name 'swift-ci'

0 commit comments

Comments
 (0)