File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 57
57
matrix :
58
58
versions :
59
59
# Test the lowest minimum supported APIs
60
- - android : 5.1
61
- android-api : 22
60
+ - android : 7
61
+ android-api : 24
62
62
63
63
# Test the last 3-4 supported APIs
64
64
- android : 10
@@ -67,12 +67,12 @@ jobs:
67
67
- android : 11
68
68
android-api : 30
69
69
70
- - android : 12
71
- android-api : 31
72
-
73
70
- android : 12L
74
71
android-api : 32
75
72
73
+ - android : 13
74
+ android-api : 33
75
+
76
76
timeout-minutes : 60
77
77
78
78
steps :
@@ -105,7 +105,7 @@ jobs:
105
105
if : ${{ endswith(env.repo, '/cordova-paramedic') != true }}
106
106
run : npm i -g github:apache/cordova-paramedic
107
107
108
- - uses : reactivecircus/android-emulator-runner@5de26e4bd23bf523e8a4b7f077df8bfb8e52b50e
108
+ - uses : reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b
109
109
env :
110
110
system-image-arch : ${{ matrix.versions.system-image-arch == '' && env.default_system-image-arch || matrix.versions.system-image-arch }}
111
111
system-image-target : ${{ matrix.versions.system-image-target == '' && env.default_system-image-target || matrix.versions.system-image-target }}
@@ -119,7 +119,7 @@ jobs:
119
119
script : echo "Pregenerate the AVD before running Paramedic"
120
120
121
121
- name : Run paramedic tests
122
- uses : reactivecircus/android-emulator-runner@5de26e4bd23bf523e8a4b7f077df8bfb8e52b50e
122
+ uses : reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b
123
123
env :
124
124
system-image-arch : ${{ matrix.versions.system-image-arch == '' && env.default_system-image-arch || matrix.versions.system-image-arch }}
125
125
system-image-target : ${{ matrix.versions.system-image-target == '' && env.default_system-image-target || matrix.versions.system-image-target }}
You can’t perform that action at this time.
0 commit comments