From 035150ec4cbfd36fdbd3eab4d93608a92ebc6ecd Mon Sep 17 00:00:00 2001 From: Lionel Villard Date: Tue, 10 Aug 2021 21:18:59 -0400 Subject: [PATCH] update versions to 0.25 (#1425) --- test/presubmit-integration-tests-latest-release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/presubmit-integration-tests-latest-release.sh b/test/presubmit-integration-tests-latest-release.sh index 0092814f6..0a9d4d986 100755 --- a/test/presubmit-integration-tests-latest-release.sh +++ b/test/presubmit-integration-tests-latest-release.sh @@ -17,7 +17,7 @@ # This script is used in Knative/test-infra as a custom prow job to run the # integration tests against Knative Serving / Eventing of a specific version. -export KNATIVE_SERVING_VERSION="0.24.0" -export KNATIVE_EVENTING_VERSION="0.24.0" +export KNATIVE_SERVING_VERSION="0.25.0" +export KNATIVE_EVENTING_VERSION="0.25.0" $(dirname $0)/presubmit-tests.sh --integration-tests