Skip to content

Commit b201821

Browse files
committed
ci(all): Drop Android 5 (SDK 22) from test matrix, update test matrix
1 parent 5dbe0a9 commit b201821

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/android_intent_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
fail-fast: false
6060
matrix:
61-
android-api-level: [ 22, 26, 31, 34 ]
61+
android-api-level: [ 24, 29, 32, 36 ]
6262

6363
steps:
6464
- name: "Checkout repository"

.github/workflows/battery_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
fail-fast: false
6464
matrix:
65-
android-api-level: [ 22, 26, 31, 34 ]
65+
android-api-level: [ 24, 29, 32, 36 ]
6666

6767
steps:
6868
- name: "Checkout repository"

.github/workflows/device_info_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
fail-fast: false
6464
matrix:
65-
android-api-level: [ 22, 26, 31, 34 ]
65+
android-api-level: [ 24, 29, 32, 36 ]
6666

6767
steps:
6868
- name: "Checkout repository"

.github/workflows/network_info_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
strategy:
6262
fail-fast: false
6363
matrix:
64-
android-api-level: [ 22, 26, 31, 34 ]
64+
android-api-level: [ 24, 29, 32, 36 ]
6565

6666
steps:
6767
- name: "Checkout repository"

.github/workflows/package_info_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
fail-fast: false
6464
matrix:
65-
android-api-level: [ 22, 26, 31, 34 ]
65+
android-api-level: [ 24, 29, 32, 36 ]
6666

6767
steps:
6868
- name: "Checkout repository"

.github/workflows/sensors_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
fail-fast: false
6060
matrix:
61-
android-api-level: [ 22, 26, 31, 34 ]
61+
android-api-level: [ 24, 29, 32, 36 ]
6262

6363
steps:
6464
- name: "Checkout repository"

.github/workflows/share_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
strategy:
6262
fail-fast: false
6363
matrix:
64-
android-api-level: [ 22, 26, 31, 34 ]
64+
android-api-level: [ 24, 29, 32, 36 ]
6565

6666
steps:
6767
- name: "Checkout repository"

0 commit comments

Comments
 (0)