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

ci(all): Update Java version for integration tests, update Android APIs #2057

Merged
merged 11 commits into from
Aug 23, 2023

Conversation

vbuberen
Copy link
Collaborator

Description

I missed the fact that Java version is set in 2 places in workflow files and didn't update Java for integration tests in #2055

Additionally I looked at a few other repos that use Android emulators Action that we use and found out that a few of such repos identify 21 and 32 as flaky emulators, which is something we often experience ourselves. As a result I changed min Android API to 22 and max to 31 in attempt to get lower number of failed CI tests due to flakiness of some emulators.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • Yes, this is a breaking change (please indicate that with a ! in the title as explained in Conventional Commits).
  • No, this is not a breaking change.

Copy link
Member

@nohli nohli left a comment

Choose a reason for hiding this comment

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

Nice!

How do you feel about also testing on 33 or 34?

@vbuberen
Copy link
Collaborator Author

How do you feel about also testing on 33 or 34?

I would like to replace 31 with 34 as soon as Google releases Android 14 officially to be our latest platform to test.

@vbuberen
Copy link
Collaborator Author

Reverted connectivity_plus min Android API as we have tests specifically for API 21, so let's leave the same version there.

@vbuberen vbuberen merged commit b74e7b5 into main Aug 23, 2023
99 of 100 checks passed
@vbuberen vbuberen deleted the update/ci_integration_tests branch August 23, 2023 07:05
nohli added a commit that referenced this pull request Aug 31, 2023
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