Skip to content

Commit 5308ce1

Browse files
authored
Add 6.3 snapshot to test matrix (#1019)
1 parent 09badb7 commit 5308ce1

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ env:
1111
swift_test: swift test
1212
periphery_scan: ./.build/debug/periphery scan --quiet --clean-build --strict
1313
cache_version: 1
14+
concurrency:
15+
group: ${{ github.workflow }}-${{ github.ref }}
16+
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
1417
jobs:
1518
lint:
1619
runs-on: macos-26
@@ -39,13 +42,18 @@ jobs:
3942
strategy:
4043
fail-fast: false
4144
matrix:
42-
step: ["main-snapshot", "26.2.0", "26.1.1", "26.0", "16.4"]
45+
step: ["main-snapshot", "6.3-snapshot", "26.2.0", "26.1.1", "26.0", "16.4"]
4346
include:
4447
- step: "main-snapshot"
4548
xcode: "26.0"
4649
swiftly: "main-snapshot"
4750
continueOnError: true
4851
macos: "macos-26"
52+
- step: "6.3-snapshot"
53+
xcode: "26.0"
54+
swiftly: "6.3-snapshot"
55+
continueOnError: true
56+
macos: "macos-26"
4957
- step: "26.2.0"
5058
xcode: "26.2.0"
5159
macos: "macos-26"
@@ -109,11 +117,14 @@ jobs:
109117
strategy:
110118
fail-fast: false
111119
matrix:
112-
swift: ["nightly-main", "6.2", "6.1"]
120+
swift: ["nightly-main", "nightly-6.3", "6.2", "6.1"]
113121
include:
114122
- swift: "nightly-main"
115123
container: "swiftlang/swift:nightly-main"
116124
continueOnError: true
125+
- swift: "nightly-6.3"
126+
container: "swiftlang/swift:nightly-6.3-noble"
127+
continueOnError: true
117128
- swift: "6.2"
118129
container: "swift:6.2"
119130
- swift: "6.1"

0 commit comments

Comments
 (0)