Skip to content

Commit 8c96102

Browse files
committed
Add 6.0.3 toolchain to tests
1 parent 6b98c8f commit 8c96102

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: ['ubuntu-24.04', 'ubuntu-22.04', 'ubuntu-20.04', 'macos-13', 'macos-15']
14+
swift-version: ['6.0.3', '6.0.2']
1415
steps:
1516
- name: Checkout Action
1617
uses: actions/checkout@v4
@@ -31,6 +32,7 @@ jobs:
3132
uses: ./swift-android-action/
3233
#uses: skiptools/swift-android-action@v2
3334
with:
35+
swift-verison: ${{ matrix.swift-version }}
3436
package-path: jpsim/Yams
3537
run-tests: ${{ matrix.os != 'macos-15' }} # no tests on macOS ARM
3638
copy-files: Tests
@@ -45,6 +47,7 @@ jobs:
4547
uses: ./swift-android-action/
4648
#uses: skiptools/swift-android-action@v2
4749
with:
50+
swift-verison: ${{ matrix.swift-version }}
4851
package-path: apple/swift-algorithms
4952
run-tests: ${{ matrix.os != 'macos-15' }} # no tests on macOS ARM
5053

@@ -57,6 +60,7 @@ jobs:
5760
uses: ./swift-android-action/
5861
#uses: skiptools/swift-android-action@v2
5962
with:
63+
swift-verison: ${{ matrix.swift-version }}
6064
package-path: skiptools/swift-sqlite
6165
run-tests: ${{ matrix.os != 'macos-15' }} # no tests on macOS ARM
6266

@@ -79,6 +83,7 @@ jobs:
7983
with:
8084
# just set up the toolchain and don't build anything
8185
build-package: false
86+
swift-verison: '6.0.3'
8287
- name: Checkout apple/swift-numerics
8388
uses: actions/checkout@v4
8489
with:

0 commit comments

Comments
 (0)