Skip to content

Commit 02c5a88

Browse files
authored
Merge pull request #1122 from rintaro/publish-release-no-5.x
Don't test with swift-5.x in Publish Release workflow
2 parents 6f6027c + ffca6ca commit 02c5a88

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)