diff --git a/.github/workflows/integration-yaml-tests.yml b/.github/workflows/integration-yaml-tests.yml index a01843fe07..fa2b9fcb38 100644 --- a/.github/workflows/integration-yaml-tests.yml +++ b/.github/workflows/integration-yaml-tests.yml @@ -14,7 +14,9 @@ jobs: fail-fast: false matrix: version: - - 2.11.1 + - 2.16.0 + - 2.14.0 + - 2.12.0 - 2.10.0 - 2.8.0 - 2.6.0 diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index dd3895c1ae..9daf1a834a 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -17,7 +17,9 @@ jobs: fail-fast: false matrix: version: - - 2.11.1 + - 2.16.0 + - 2.14.0 + - 2.12.0 - 2.10.0 - 2.8.0 - 2.6.0