File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -33,30 +33,14 @@ jobs:
3333 run : swift build
3434 - name : Run tests
3535 run : swift test
36-
37- # ubuntu-latest is ubuntu-22.04 currently. Swift versions older than 5.7 don't have builds for 22.04. https://www.swift.org/download/
38- ubuntu-old :
39- name : Build ${{ matrix.swift }} on ${{ matrix.os }}
40- runs-on : ${{ matrix.os }}
41- strategy :
42- matrix :
43- os : [ubuntu-20.04]
44- swift : ["5.4", "5.5", "5.6"]
45- steps :
46- - uses : swift-actions/setup-swift@v1
47- with :
48- swift-version : ${{ matrix.swift }}
49- - uses : actions/checkout@v3
50- - name : Test
51- run : swift test
5236
5337 ubuntu-latest :
5438 name : Build ${{ matrix.swift }} on ${{ matrix.os }}
5539 runs-on : ${{ matrix.os }}
5640 strategy :
5741 matrix :
58- os : [ubuntu-latest]
59- swift : ["5.7 "]
42+ os : [ubuntu-latest]
43+ swift : ["5.8", "5.9", "5.10 "]
6044 steps :
6145 - uses : swift-actions/setup-swift@v1
6246 with :
You can’t perform that action at this time.
0 commit comments