Skip to content

Commit 11ae26e

Browse files
committed
CI on swift 6 nightly linux
1 parent 061a27c commit 11ae26e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build.yml

+13
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,16 @@ jobs:
6666
run: swift build --build-tests
6767
- name: Test
6868
run: swift test --skip-build
69+
70+
linux_swift_6_0:
71+
runs-on: ubuntu-latest
72+
container: swiftlang/swift:nightly-6.0-jammy
73+
steps:
74+
- name: Checkout
75+
uses: actions/checkout@v4
76+
- name: Version
77+
run: swift --version
78+
- name: Build
79+
run: swift build --build-tests
80+
- name: Test
81+
run: swift test --skip-build

0 commit comments

Comments
 (0)