Skip to content

Commit d69f534

Browse files
committed
Update CI to test more Android API levels
1 parent e80b647 commit d69f534

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Swift
22
on:
33
push:
44
branches: [ '*' ]
5-
#workflow_dispatch:
5+
workflow_dispatch:
66
pull_request:
77

88
jobs:
@@ -19,6 +19,8 @@ jobs:
1919
arch:
2020
- 'x86_64'
2121
sdk:
22+
- '26'
23+
- '27'
2224
- '28'
2325
- '29'
2426
- '30'

0 commit comments

Comments
 (0)