We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c626414 commit 2422835Copy full SHA for 2422835
.github/workflows/integration-tests-ui-critical.yml
@@ -59,10 +59,6 @@ jobs:
59
fail-fast: false
60
matrix:
61
include:
62
- - api-level: 30 # Android 11
63
- target: aosp_atd
64
- channel: canary # Necessary for ATDs
65
- arch: x86_64
66
- api-level: 31 # Android 12
67
target: aosp_atd
68
channel: canary # Necessary for ATDs
@@ -75,6 +71,10 @@ jobs:
75
71
76
72
77
73
arch: x86_64
74
+ - api-level: 35 # Android 15
+ target: aosp_atd
+ channel: canary # Necessary for ATDs
+ arch: x86_64
78
steps:
79
- name: Checkout code
80
uses: actions/checkout@v4
0 commit comments