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:
124124 include :
125125 - image : swiftlang/swift:nightly-jammy
126126 swift-tools-version : ' 6.0'
127- supports-v2 : true
128127 - image : swift:6.0-jammy
129128 swift-tools-version : ' 6.0'
130- supports-v2 : true
131129 - image : swift:5.10.1-noble
132130 swift-tools-version : ' 5.10'
133- supports-v2 : false
134131 - image : swift:5.9-jammy
135132 swift-tools-version : ' 5.9'
136- supports-v2 : false
137133 name : Integration Tests on ${{ matrix.image }}
138134 runs-on : ubuntu-latest
139135 container :
@@ -144,9 +140,6 @@ jobs:
144140 run : apt update && apt install -y protobuf-compiler
145141 - name : SwiftPM plugin test (v1)
146142 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"
150143 - name : Build without NIOSSL
151144 run : swift build
152145 env :
You can’t perform that action at this time.
0 commit comments