Is there a way to specify Swift versions from X.Y through to the latest? #559
Unanswered
wadetregaskis
asked this question in
Q&A
Replies: 1 comment
-
Hi @wadetregaskis! You can specify just the main version, in this case "5", to always get the latest version in the that version series (currently "5.8.1"). 🙂 Hope that helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to be able to test with every major Swift release since a given anchor point (as defined by me in my workflow, based on the minimum Swift version required for my package). e.g. 5.7+, meaning 5.7.1, 5.8, and - in future when it's release - 5.9 etc.
It seems I can only do one of two things, currently:
Beta Was this translation helpful? Give feedback.
All reactions