Closed KaneCheshire closed 4 years ago
Also just a thought, even better would be to have it run on two different versions of Xcode as well, since it can be really easy to accidentally miss out a return
in Xcode 11 which won't compile on Xcode 10, even though they're both Swift 5.
@KaneCheshire you have no idea how much "since it can be really easy to accidentally miss out a return in Xcode 11 which won't compile on Xcode 10, even though they're both Swift 5." helped me understand why something won't build hahaha
Since we're having issues with iOS 12 to iOS 13, it would be really beneficial to have CI run tests on both so we can be sure fixing one doesn't break the other