simonbs / Runestone

📝 Performant plain text editor for iOS with syntax highlighting, line numbers, invisible characters and much more.
MIT License
2.62k stars 145 forks source link

Configure matrix for testing against Xcode 14 and 15 #328

Closed eliperkins closed 7 months ago

eliperkins commented 7 months ago

While updating Runestone within GitHub for iOS, I noticed that the codebase was updated to require Xcode 15. Our codebase still runs tests against Xcode 14, while we work with Apple on regressions caused in Xcode 15 in CI environments.

This configures Actions to run tests for each variant of Xcode, which should help us catch new additions requiring new versions of Xcode.

[!NOTE]
The Xcode 14 build will fail for now, until we add compile-time checks for the new APIs that require Xcode 15. I'll do that in a follow-up!