Skip to content
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

Update travis to include latest Xcode, and cull unsupported ios,tvos versions #916

Merged
merged 1 commit into from
Dec 1, 2020

Conversation

kstenerud
Copy link
Contributor

@kstenerud kstenerud commented Nov 27, 2020

Goal

Travis is currently building test environments using xcode versions that can no longer submit apps to the app store. Since effectively nobody can use these xcode versions anymore, we shouldn't be wasting resources running tests with them.

Changeset

Modified the test runs to:

OS Xcode
macos 10.15.7 12.2
macos 10.15.5 11.6
macos 10.14 10.2
macos 10.13 9.4
ios 11-14 12.2
ios 10 11
ios 9 10.2
tvos 11-14 12.2
tvos 10 11
tvos 9 10.2

Testing

Ran all of the tests on Travis (see testing report below)

@kstenerud kstenerud force-pushed the 5505-update-travis branch 5 times, most recently from 929446b to c7ecdf8 Compare November 30, 2020 09:11
@kstenerud kstenerud changed the title Update travis to include latest Xcode, and cull unsupported ios,tvos … Update travis to include latest Xcode, and cull unsupported ios,tvos versions Nov 30, 2020
@kstenerud kstenerud marked this pull request as ready for review November 30, 2020 15:48
@nickdowell
Copy link
Contributor

I think we need to continue running our tests on iOS / tvOS 9.x as we still officially support those...

@kstenerud kstenerud merged commit dd21f29 into next Dec 1, 2020
@kstenerud kstenerud deleted the 5505-update-travis branch December 1, 2020 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants