mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-25 15:57:39 +00:00
Update test API levels
This commit is contained in:
parent
63eef153de
commit
0edcb03c45
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -103,7 +103,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
api: [23, 26, 28, 29, 34]
|
api: [23, 26, 28, 33, 34]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out
|
- name: Check out
|
||||||
|
@ -13,11 +13,10 @@ emu_pid=
|
|||||||
# API 23: legacy rootfs w/o Treble
|
# API 23: legacy rootfs w/o Treble
|
||||||
# API 26: legacy rootfs with Treble
|
# API 26: legacy rootfs with Treble
|
||||||
# API 28: legacy system-as-root
|
# API 28: legacy system-as-root
|
||||||
# API 29: 2 Stage Init
|
# API 33: 2 Stage Init + latest Android with ATD image
|
||||||
# API 33: latest Android with ATD image
|
|
||||||
# API 34: latest Android
|
# API 34: latest Android
|
||||||
|
|
||||||
api_list='23 26 28 29 33 34'
|
api_list='23 26 28 33 34'
|
||||||
|
|
||||||
atd_min_api=30
|
atd_min_api=30
|
||||||
atd_max_api=33
|
atd_max_api=33
|
||||||
|
Loading…
x
Reference in New Issue
Block a user