File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -61,26 +61,11 @@ jobs:
6161 runs-on : ubuntu-22.04
6262 strategy :
6363 matrix :
64- swift : ["5.7", "5. 8", "5.9", "5.10"]
64+ swift : ["5.8", "5.9", "5.10"]
6565 steps :
6666 - uses : swift-actions/setup-swift@v2
6767 with :
6868 swift-version : ${{ matrix.swift }}
6969 - uses : actions/checkout@v3
7070 - name : Test
71- run : swift test --parallel
72-
73- # Swift versions older than 5.7 don't have builds for 22.04. https://www.swift.org/download/
74- backcompat-ubuntu-20_04 :
75- name : Test Swift ${{ matrix.swift }} on Ubuntu 20.04
76- runs-on : ubuntu-20.04
77- strategy :
78- matrix :
79- swift : ["5.4", "5.5", "5.6"]
80- steps :
81- - uses : swift-actions/setup-swift@v2
82- with :
83- swift-version : ${{ matrix.swift }}
84- - uses : actions/checkout@v3
85- - name : Test
86- run : swift test --parallel
71+ run : swift test --parallel
You can’t perform that action at this time.
0 commit comments