Skip to content

Commit af82716

Browse files
MaxDesiatovkateinoigakukun
authored andcommitted
Add broader matrix for Android job main.yml GHA workflow
1 parent 10202f2 commit af82716

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,19 @@ jobs:
230230

231231
build-android:
232232
runs-on: ubuntu-24.04
233+
strategy:
234+
matrix:
235+
include:
236+
- swift-version: "6.2"
237+
- swift-version: nightly-main
238+
233239
steps:
234240
- uses: actions/checkout@v4
235241
- name: Run Tests on Android emulator
236242
uses: skiptools/swift-android-action@v2
243+
with:
244+
android-api-level: 30
245+
swift-version: "${{ matrix.swift-version }}"
237246

238247
build-windows:
239248
runs-on: windows-latest

0 commit comments

Comments
 (0)