Skip to content

Commit c9d52ae

Browse files
authored
ci: Sync with paramedic. Removed API 22 & 31, added API 24 & API 33 (#261)
1 parent 68fe464 commit c9d52ae

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/android.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
matrix:
5858
versions:
5959
# Test the lowest minimum supported APIs
60-
- android: 5.1
61-
android-api: 22
60+
- android: 7
61+
android-api: 24
6262

6363
# Test the last 3-4 supported APIs
6464
- android: 10
@@ -67,12 +67,12 @@ jobs:
6767
- android: 11
6868
android-api: 30
6969

70-
- android: 12
71-
android-api: 31
72-
7370
- android: 12L
7471
android-api: 32
7572

73+
- android: 13
74+
android-api: 33
75+
7676
timeout-minutes: 60
7777

7878
steps:
@@ -105,7 +105,7 @@ jobs:
105105
if: ${{ endswith(env.repo, '/cordova-paramedic') != true }}
106106
run: npm i -g github:apache/cordova-paramedic
107107

108-
- uses: reactivecircus/android-emulator-runner@5de26e4bd23bf523e8a4b7f077df8bfb8e52b50e
108+
- uses: reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b
109109
env:
110110
system-image-arch: ${{ matrix.versions.system-image-arch == '' && env.default_system-image-arch || matrix.versions.system-image-arch }}
111111
system-image-target: ${{ matrix.versions.system-image-target == '' && env.default_system-image-target || matrix.versions.system-image-target }}
@@ -119,7 +119,7 @@ jobs:
119119
script: echo "Pregenerate the AVD before running Paramedic"
120120

121121
- name: Run paramedic tests
122-
uses: reactivecircus/android-emulator-runner@5de26e4bd23bf523e8a4b7f077df8bfb8e52b50e
122+
uses: reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b
123123
env:
124124
system-image-arch: ${{ matrix.versions.system-image-arch == '' && env.default_system-image-arch || matrix.versions.system-image-arch }}
125125
system-image-target: ${{ matrix.versions.system-image-target == '' && env.default_system-image-target || matrix.versions.system-image-target }}

0 commit comments

Comments
 (0)