Support Bundler 2.4

This commit is contained in:
Rémy Coutable 2023-04-05 13:48:13 +00:00 committed by Andrejs Cunskis
parent 42076c2eb7
commit 583426f9ec
2 changed files with 5 additions and 2 deletions

View file

@ -14,10 +14,10 @@ e2e:
- .e2e
variables:
OS: "debian:bullseye"
BUNDLER: '2.3'
parallel:
matrix:
- RUBY: ['2.7', '3.0', '3.1', '3.2']
- BUNDLER: ['2.3', '2.4']
# Image with ruby, bundler and docker
e2e-docker: