From 9839b5aad1cd8521d2ab47472a2fc97a6f6e474c Mon Sep 17 00:00:00 2001 From: turikhay Date: Mon, 1 Jan 2024 18:42:40 +0300 Subject: [PATCH] support 1.20.4 --- .github/workflows/e2e_all.yml | 2 +- .github/workflows/e2e_notable.yml | 2 +- tests_e2e/run.py | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e_all.yml b/.github/workflows/e2e_all.yml index cea16ed..6e4681d 100644 --- a/.github/workflows/e2e_all.yml +++ b/.github/workflows/e2e_all.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: version: - - 1.20.1 + - 1.20.4 - 1.19.3 - 1.18.2 - 1.17.1 diff --git a/.github/workflows/e2e_notable.yml b/.github/workflows/e2e_notable.yml index 51138e9..c47d7be 100644 --- a/.github/workflows/e2e_notable.yml +++ b/.github/workflows/e2e_notable.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: version: - - 1.20.1 + - 1.20.4 - 1.16.5 - 1.16.3 - 1.13.2 diff --git a/tests_e2e/run.py b/tests_e2e/run.py index 42c372c..26e34a1 100755 --- a/tests_e2e/run.py +++ b/tests_e2e/run.py @@ -87,6 +87,9 @@ '1.19.3', '1.19.4', '1.20.1', + '1.20.2', + '1.20.3', + '1.20.4', )) ), **( @@ -96,8 +99,6 @@ 'bot': False, }, ) for version in ( - '1.20.2', - '1.20.4', )) ), }