-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Raise minimum Swift version to 5.5 (#1483)
Motivation: Now that 5.7 has been released NIO is due to drop support for 5.4. gRPC Swift must do the same. Modifications: - Remove 5.4 from the CI - Add 5.7 release, move 5.7-nightly to main-nightly - Update Package.swift for the FuzzTesting subpackage to 5.7 - Update the README.md and Docc index page. Result: Minimum supported Swift version is 5.4
- Loading branch information
Showing
5 changed files
with
32 additions
and
491 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// swift-tools-version:5.4 | ||
// swift-tools-version:5.7 | ||
/* | ||
* Copyright 2021, gRPC Authors All rights reserved. | ||
* | ||
|
Oops, something went wrong.