Skip to content

Commit 901764d

Browse files
committed
Attempt to test swift 5.1 and 6.0
1 parent e19c345 commit 901764d

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,24 @@ jobs:
3131
- uses: mxcl/xcodebuild@v3
3232
with:
3333
swift: ${{ matrix.cfg.swift }}
34+
3435
linux:
35-
runs-on: ubuntu-20.04
36+
runs-on: ubuntu-latest
3637
strategy:
3738
matrix:
38-
swift:
39-
# - 5.1.5 # requires ubuntu 18.04
40-
- 5.2.5
41-
- 5.3.3
42-
- 5.4.3
43-
- 5.5.3
44-
- 5.6.3
45-
- 5.7.3
46-
- 5.8.1
47-
- 5.9.2
48-
- 5.10.1
39+
img:
40+
- 5.1
41+
- 5.2
42+
- 5.3
43+
- 5.4
44+
- 5.5
45+
- 5.6
46+
- 5.7
47+
- 5.8
48+
- 5.9
49+
- '5.10'
50+
- '6.0'
51+
container: swift:${{ matrix.img }}
4952
steps:
50-
- uses: actions/checkout@v4
51-
- uses: YOCKOW/Action-setup-swift@v1
52-
with:
53-
swift-version: ${{ matrix.swift }}
53+
- uses: actions/checkout@v1 # v1 required for the older docker images
5454
- run: swift test -Xswiftc -suppress-warnings --enable-test-discovery

0 commit comments

Comments
 (0)