From fa2c0a73162e28e8864930ae6ccf453684785d11 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Mon, 26 Aug 2019 16:30:17 -0500 Subject: [PATCH] test: actually run envoy 1.11.1 integration tests on PRs (#6397) --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index b66c343ca..805a1964c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -691,6 +691,9 @@ workflows: - envoy-integration-test-1.10.0: requires: - dev-build + - envoy-integration-test-1.11.1: + requires: + - dev-build website: jobs: - build-website