diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main-doc.yaml | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/.github/workflows/main-doc.yaml b/.github/workflows/main-doc.yaml index 931cdfcfb..6993d4a34 100644 --- a/.github/workflows/main-doc.yaml +++ b/.github/workflows/main-doc.yaml @@ -70,9 +70,19 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - PROTOCOL: - - WebSocket - - QUIC + cases: + - protocol: WebSocket + version: v1.24.0 + - protocol: WebSocket + version: v1.23.0 + - protocol: WebSocket + version: v1.22.0 + - protocol: QUIC + version: v1.24.0 + - protocol: QUIC + version: v1.23.0 + - protocol: QUIC + version: v1.22.0 timeout-minutes: 30 name: E2e test needs: image-prepare |
