Skip to content

Commit fd74cfb

Browse files
committed
Run CI tests against Swift 6.1 and nightly-6.2
1 parent 8bfa631 commit fd74cfb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,20 @@ on:
1010
- cron: '45 2,13 * * *'
1111
jobs:
1212
linux-android:
13+
strategy:
14+
fail-fast: false
15+
matrix:
16+
swift: ['6.1', 'nightly-6.2']
1317
runs-on: ubuntu-latest
1418
timeout-minutes: 30
1519
steps:
1620
- uses: actions/checkout@v4
1721
- name: "Test Swift Package on Linux"
1822
run: swift test
1923
- name: "Test Swift Package on Android"
20-
uses: skiptools/swift-android-action@v2
24+
uses: skiptools/swift-android-action@main
25+
with:
26+
swift-version: ${{ matrix.swift }}
2127

2228
macos-ios:
2329
runs-on: macos-latest

0 commit comments

Comments
 (0)