File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments