Add chrome 110 and update e2e images

This commit is contained in:
Andrejs Cunskis 2023-03-02 10:53:49 +01:00
parent 66ca240929
commit 2fc03ac832
No known key found for this signature in database
GPG key ID: 87CB75083F227241
2 changed files with 5 additions and 1 deletions

View file

@ -33,7 +33,7 @@ e2e-chrome:
parallel:
matrix:
- RUBY: ['2.7', '3.0']
CHROME: ['106', '109']
CHROME: ['109', '110']
# Image used for running full e2e test suite
e2e-full:

View file

@ -94,6 +94,10 @@ function print_chrome_args() {
CHROME_VERSION=109.0.5414.119-1
CHROMIUM_VERSION=109.0.5414.74-2
;;
110|110.0)
CHROME_VERSION=110.0.5481.177-1
CHROMIUM_VERSION=$CHROME_VERSION
;;
*) fail "Unknown chrome version $1" ;;
esac
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"