File tree Expand file tree Collapse file tree 4 files changed +17
-13
lines changed Expand file tree Collapse file tree 4 files changed +17
-13
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 }}
Original file line number Diff line number Diff line change 42
42
node-version : 16
43
43
44
44
steps :
45
- - uses : actions/checkout@v2
46
- - uses : actions/setup-node@v2
45
+ - uses : actions/checkout@v3
46
+ - uses : actions/setup-node@v3
47
47
with :
48
48
node-version : ${{ env.node-version }}
49
49
61
61
npm ci
62
62
63
63
- name : Run paramedic install
64
- if : ${{ endswith(env.repo, '/cordova-paramedic') != true }}
64
+ if : ${{ endswith(env.repo, '/cordova-paramedic') != true }}
65
65
run : npm i -g github:apache/cordova-paramedic
66
66
67
67
- name : Run paramedic tests
Original file line number Diff line number Diff line change @@ -62,12 +62,16 @@ jobs:
62
62
ios-version : 15.x
63
63
xcode-version : 13.x
64
64
65
+ - os-version : macos-12
66
+ ios-version : 16.x
67
+ xcode-version : 14.x
68
+
65
69
steps :
66
70
- uses : actions/checkout@v2
67
71
- uses : actions/setup-node@v2
68
72
with :
69
73
node-version : ${{ env.node-version }}
70
- - uses : maxim-lobanov/setup-xcode@881be567d30efed8fb3f12b5099d68c3fb72aa3d
74
+ - uses : maxim-lobanov/setup-xcode@9a697e2b393340c3cacd97468baa318e4c883d98
71
75
env :
72
76
xcode-version : ${{ matrix.versions.xcode-version == '' && env.default_xcode-version || matrix.versions.xcode-version }}
73
77
with :
Original file line number Diff line number Diff line change 37
37
node-version : 16
38
38
39
39
steps :
40
- - uses : actions/checkout@v2
41
- - uses : actions/setup-node@v2
40
+ - uses : actions/checkout@v3
41
+ - uses : actions/setup-node@v3
42
42
with :
43
43
node-version : ${{ env.node-version }}
44
44
You can’t perform that action at this time.
0 commit comments