Skip to content

Commit bba3a13

Browse files
committed
Add Swift nightly-main to the CI matrix
1 parent f5cec5e commit bba3a13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
swift: ['6.1', '6.2']
16+
swift: ['6.1', '6.2', 'nightly-main']
1717
runs-on: ubuntu-latest
1818
timeout-minutes: 30
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: "Test Swift Package on Linux"
2222
run: swift test
2323
- name: "Test Swift Package on Android"
24-
uses: skiptools/swift-android-action@v2
24+
#uses: skiptools/swift-android-action@v2
25+
uses: skiptools/swift-android-action@main
2526
with:
2627
swift-version: ${{ matrix.swift }}
2728

0 commit comments

Comments
 (0)