From 339f963bf65829bd76cefa02651954260b022106 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Sun, 12 Mar 2023 08:35:12 -0700 Subject: [PATCH] Add Ruby 3.1 and 3.2 to e2e images --- .gitlab/ci/e2e.images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/ci/e2e.images.yml b/.gitlab/ci/e2e.images.yml index 7a5247d..3c14ea5 100644 --- a/.gitlab/ci/e2e.images.yml +++ b/.gitlab/ci/e2e.images.yml @@ -17,7 +17,7 @@ e2e: BUNDLER: '2.3' parallel: matrix: - - RUBY: ['2.7', '3.0'] + - RUBY: ['2.7', '3.0', '3.1', '3.2'] # Image with ruby, bundler and docker e2e-docker: @@ -32,7 +32,7 @@ e2e-chrome: - e2e-docker parallel: matrix: - - RUBY: ['2.7', '3.0'] + - RUBY: ['2.7', '3.0', '3.1', '3.2'] CHROME: ['109', '110'] # Image used for running full e2e test suite