Skip to content

Commit f6e6982

Browse files
committed
Update GitHub CI
1 parent 552edd7 commit f6e6982

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Linux
2424
strategy:
2525
matrix:
26-
container: ["swift:6.0.3", "swift:6.1.2", "swiftlang/swift:nightly"]
26+
container: ["swift:6.0.3", "swift:6.1.2", "swift:6.2.3", "swiftlang/swift:nightly"]
2727
config: ["debug", "release"]
2828
options: ["", "SWIFT_BUILD_DYNAMIC_LIBRARY=1"]
2929
runs-on: ubuntu-latest
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
swift: ['6.1', 'nightly-6.2']
46+
swift: ['6.1', '6.2.3']
4747
arch: ["aarch64", "x86_64"]
4848
runs-on: macos-15
4949
timeout-minutes: 30

0 commit comments

Comments
 (0)