Add Ruby 3.1 and 3.2 to e2e images

This commit is contained in:
Stan Hu 2023-03-12 08:35:12 -07:00
parent b5448b8540
commit 339f963bf6
No known key found for this signature in database
GPG key ID: 8D3931AD39CC7A20

View file

@ -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