From c59766e5f824306b60bc9f0078f14d1722cbe271 Mon Sep 17 00:00:00 2001 From: Bernd Mueller Date: Wed, 11 Sep 2024 17:27:23 +0200 Subject: [PATCH] update nightly compatibility run --- .github/workflows/nightly-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-e2e.yml b/.github/workflows/nightly-e2e.yml index efac898687..3391e6e7a6 100644 --- a/.github/workflows/nightly-e2e.yml +++ b/.github/workflows/nightly-e2e.yml @@ -36,7 +36,7 @@ jobs: # Run compatibility tests for different consumer (-cv) and provider (-pv) versions. # Combination of all provider versions with consumer versions are tested. # For new versions to be tested add/modify -pc/-cv parameters. - run: go run ./tests/e2e/... --tc compatibility -pv latest -cv v5.2.0 -cv v4.4.0 + run: go run ./tests/e2e/... --tc compatibility -pv latest -cv latest -cv v5.2.0 -cv v6.2.0 happy-path-test: runs-on: ubuntu-latest timeout-minutes: 20