Fix Bundler element in matrix array

This commit is contained in:
Rémy Coutable 2023-04-06 19:24:33 +00:00 committed by Andrejs Cunskis
parent e324a472bb
commit edbea081dd

View file

@ -17,7 +17,7 @@ e2e:
parallel:
matrix:
- RUBY: ['2.7', '3.0', '3.1', '3.2']
- BUNDLER: ['2.3', '2.4']
BUNDLER: ['2.3', '2.4']
# Image with ruby, bundler and docker
e2e-docker:
@ -33,6 +33,7 @@ e2e-chrome:
parallel:
matrix:
- RUBY: ['2.7', '3.0', '3.1', '3.2']
BUNDLER: ['2.3', '2.4']
CHROME: ['109', '110']
# Image used for running full e2e test suite