Skip to content

Remove iOS 11.4 from FTL list. #982

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

Merged
merged 1 commit into from
Jun 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/gha/print_matrix_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@
"emulator_target": {"type": "virtual", "image":"system-images;android-28;google_apis;x86_64"},
"emulator_latest": {"type": "virtual", "image":"system-images;android-30;google_apis;x86_64"},
"emulator_32bit": {"type": "virtual", "image":"system-images;android-30;google_apis;x86"},
"ios_min": {"type": "real", "model":"iphone8", "version":"11.4"},
"ios_target": {"type": "real", "model":"iphone8plus", "version":"12.0"},
"ios_min": {"type": "real", "model":"iphone8", "version":"12.4"},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

12.4 is with TAG deprecated:
gcloud firebase test ios models list

I would suggest update all iOS devices to: 13.2, 14.7, 15.4
I also checked android devices, looks good for now.

"ios_target": {"type": "real", "model":"iphone8", "version":"13.6"},
"ios_latest": {"type": "real", "model":"iphone11pro", "version":"14.7"},
"simulator_min": {"type": "virtual", "name":"iPhone 8", "version":"13.7"},
"simulator_target": {"type": "virtual", "name":"iPhone 8", "version":"14.5"},
Expand Down