-
Notifications
You must be signed in to change notification settings - Fork 24
generator: Use Swift 6.2.1 by default #246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@swift-ci test |
|
Easy enough, however do you want to add 6.2 to the E2E matrix? |
|
I concur, this deserves to include an addition to |
|
@euanh did you see the above comments? |
|
@swift-ci test |
|
@swift-ci test |
|
Thanks @Joannis @MaxDesiatov I've updated the tests. There's a lot of duplication now and we should try to reduce it.
|
|
|
||
| @Option(help: "Version of Swift to supply in the bundle.") | ||
| var swiftVersion = "6.1.2-RELEASE" | ||
| var swiftVersion = "6.2-RELEASE" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, thanks! Just one suggestion here, maybe we should update it to use 6.2.1 now that's out?
|
@swift-ci test |
No description provided.