File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -124,16 +124,12 @@ jobs:
124
124
include :
125
125
- image : swiftlang/swift:nightly-jammy
126
126
swift-tools-version : ' 6.0'
127
- supports-v2 : true
128
127
- image : swift:6.0-jammy
129
128
swift-tools-version : ' 6.0'
130
- supports-v2 : true
131
129
- image : swift:5.10.1-noble
132
130
swift-tools-version : ' 5.10'
133
- supports-v2 : false
134
131
- image : swift:5.9-jammy
135
132
swift-tools-version : ' 5.9'
136
- supports-v2 : false
137
133
name : Integration Tests on ${{ matrix.image }}
138
134
runs-on : ubuntu-latest
139
135
container :
@@ -144,9 +140,6 @@ jobs:
144
140
run : apt update && apt install -y protobuf-compiler
145
141
- name : SwiftPM plugin test (v1)
146
142
run : ./scripts/run-plugin-tests.sh ${{ matrix.swift-tools-version }} "v1"
147
- - name : SwiftPM plugin test (v2)
148
- if : ${{ matrix.supports-v2 }}
149
- run : ./scripts/run-plugin-tests.sh ${{ matrix.swift-tools-version }} "v2"
150
143
- name : Build without NIOSSL
151
144
run : swift build
152
145
env :
You can’t perform that action at this time.
0 commit comments