We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5cec5e commit bba3a13Copy full SHA for bba3a13
.github/workflows/ci.yml
@@ -13,15 +13,16 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- swift: ['6.1', '6.2']
+ swift: ['6.1', '6.2', 'nightly-main']
17
runs-on: ubuntu-latest
18
timeout-minutes: 30
19
steps:
20
- uses: actions/checkout@v4
21
- name: "Test Swift Package on Linux"
22
run: swift test
23
- name: "Test Swift Package on Android"
24
- uses: skiptools/swift-android-action@v2
+ #uses: skiptools/swift-android-action@v2
25
+ uses: skiptools/swift-android-action@main
26
with:
27
swift-version: ${{ matrix.swift }}
28
0 commit comments