From cc0b1e0dfde1ba4611cc09b017a22dda7cb54e14 Mon Sep 17 00:00:00 2001 From: Luca Rath-Heel Date: Fri, 30 Oct 2020 15:58:03 +0100 Subject: [PATCH] Add support for 2.2 --- .github/workflows/update-documentation.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-documentation.yaml b/.github/workflows/update-documentation.yaml index 9cd9b2b..1ceac51 100644 --- a/.github/workflows/update-documentation.yaml +++ b/.github/workflows/update-documentation.yaml @@ -7,8 +7,8 @@ on: - master env: - LATEST_VERSION: '2.1' - AVAILABLE_VERSIONS: '["latest", "2.1", "2.0"]' + LATEST_VERSION: '2.2' + AVAILABLE_VERSIONS: '["latest", "2.2", "2.1", "2.0"]' jobs: build-styleguide: @@ -19,6 +19,7 @@ jobs: matrix: version: - { ref: 'master', version: 'latest' } + - { ref: 'release/2.2', version: '2.2' } - { ref: 'release/2.1', version: '2.1' } - { ref: 'release/2.0', version: '2.0' }