Skip to content

Commit 9be9e99

Browse files
committed
remove v2 ci
1 parent ea84c8a commit 9be9e99

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)