Skip to content

Commit cd43d1b

Browse files
committed
ci: add Android API level 37 to instrumentation test matrix
- Update `.github/workflows/kmp.yml` to include API level 37 in the strategy matrix for Android tests.
1 parent 31e7095 commit cd43d1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/kmp.yml

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-
api-level: [ 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36 ]
65+
api-level: [ 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37 ]
6666
target: [default]
6767
steps:
6868
- name: Check out

0 commit comments

Comments
 (0)