Skip to content

Commit 11b7068

Browse files
committed
Update test.yml
1 parent 2619b0a commit 11b7068

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ on:
1313
jobs:
1414
swift-test:
1515
strategy:
16-
fail-fast: true
1716
matrix:
1817
operating-system: ['macos-12', 'macos-13', 'macos-14', 'ubuntu-20.04', 'ubuntu-22.04']
1918
swift-version: ['5.6.3', '5.7.3', '5.8.1', '5.9.2', '5.10.1']
19+
experimental: [null]
2020
include:
2121
- operating-system: 'ubuntu-24.04'
2222
swift-version: '5.10.1'
@@ -27,6 +27,8 @@ jobs:
2727
swift-version: '5.6.3'
2828
- operating-system: 'macos-13'
2929
swift-version: '5.7.3'
30+
- operating-system: 'macos-13'
31+
swift-version: '5.8.1'
3032
- operating-system: 'macos-14'
3133
swift-version: '5.6.3'
3234
- operating-system: 'macos-14'
@@ -58,4 +60,3 @@ jobs:
5860
else
5961
swift test -v
6062
fi
61-

0 commit comments

Comments
 (0)