File tree 1 file changed +2
-17
lines changed
1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -61,26 +61,11 @@ jobs:
61
61
runs-on : ubuntu-22.04
62
62
strategy :
63
63
matrix :
64
- swift : ["5.7", "5. 8", "5.9", "5.10"]
64
+ swift : ["5.8", "5.9", "5.10"]
65
65
steps :
66
66
- uses : swift-actions/setup-swift@v2
67
67
with :
68
68
swift-version : ${{ matrix.swift }}
69
69
- uses : actions/checkout@v3
70
70
- 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