AVD test on API 34

This commit is contained in:
LoveSy 2023-06-08 13:42:31 +08:00 committed by John Wu
parent d15017b777
commit 6ee6685f4c
2 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@ jobs:
strategy:
fail-fast: false
matrix:
api: [23, 26, 28, 29, 33]
api: [23, 26, 28, 29, 34]
steps:
- name: Check out

View File

@ -15,9 +15,9 @@ type='google_apis'
# API 26: legacy rootfs with Treble
# API 28: legacy system-as-root
# API 29: 2 Stage Init
# API 33: latest Android
# API 34: latest Android
api_list='23 26 28 29 33'
api_list='23 26 28 29 34'
cleanup() {
echo -e '\n\033[41;30m! An error occurred\033[0m\n'