Skip to content

Commit 7c7a209

Browse files
Update API level in UI tests critical (#4638)
1 parent c626414 commit 7c7a209

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/integration-tests-ui-critical.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ jobs:
5959
fail-fast: false
6060
matrix:
6161
include:
62-
- api-level: 30 # Android 11
63-
target: aosp_atd
64-
channel: canary # Necessary for ATDs
65-
arch: x86_64
6662
- api-level: 31 # Android 12
6763
target: aosp_atd
6864
channel: canary # Necessary for ATDs
@@ -75,6 +71,10 @@ jobs:
7571
target: aosp_atd
7672
channel: canary # Necessary for ATDs
7773
arch: x86_64
74+
- api-level: 35 # Android 15
75+
target: aosp_atd
76+
channel: canary # Necessary for ATDs
77+
arch: x86_64
7878
steps:
7979
- name: Checkout code
8080
uses: actions/checkout@v4

0 commit comments

Comments
 (0)