Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): check e2e
main
commits against Android API level 27 (#6031)
### Description We want CI to check the app against the highest and lowest supported Android API levels. The highest supported API level is being checked in the PR CI. The lowest level should be checked after merging the PR into a main branch. Currently, the lowest API level we support is 24, but the levels 24, 25, and 26 are failing the CI for some reason. Setting Android API level 27 as the lowest one for now. * 24 is failing due to Let's Encrypt root certificate expiration * 25 is failing (RET-1274 to investigate) * 26 is failing (RET-1275 to investigate) ### Test plan CI succeeds, like in this workflow: 76f5859 ### Related issues - Fixes RET-1194 ### Backwards compatibility NA ### Network scalability NA --------- Co-authored-by: mpgaarciaa <[email protected]> Co-authored-by: Kathy Luo <[email protected]> Co-authored-by: Finnian Jacobson-Schulte <[email protected]> Co-authored-by: valora-bot-crowdin <[email protected]> Co-authored-by: Valora Bot <[email protected]> Co-authored-by: Anka <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jacob Waterman <[email protected]> Co-authored-by: Myroslav Sviderok <[email protected]> Co-authored-by: valora-bot <[email protected]> Co-authored-by: Jean Regisser <[email protected]> Co-authored-by: Anka <[email protected]> Co-authored-by: Satish Ravi <[email protected]>
- Loading branch information