Add bundler 2.5 to e2e images

This commit is contained in:
Andrejs Cunskis 2024-01-04 20:36:04 +00:00 committed by Rémy Coutable
parent f6d8b91c88
commit 2f9274a0e2
2 changed files with 5 additions and 2 deletions

View file

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

View file

@ -269,6 +269,9 @@ function print_bundler_args() {
2.4)
BUNDLER_VERSION=2.4.10
;;
2.5)
BUNDLER_VERSION=2.5.4
;;
*) fail "Unknown bundler version $1" ;;
esac