Update chrome version to 108

This commit is contained in:
Andrejs Cunskis 2023-01-06 11:01:12 +02:00
parent b2450136ba
commit 8650f9a4e4
No known key found for this signature in database
GPG key ID: 87CB75083F227241
3 changed files with 5 additions and 2 deletions

View file

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

View file

@ -18,7 +18,7 @@ gitlab:
GOLANG: ['1.18', '1.19']
RUST: ['1.65.0']
NODE: ['16.14', '18.12']
CHROME: ['106', '107']
CHROME: ['106', '108']
# Used by GitLab's compile-production-assets and compile-test-assets jobs
gitlab-assets:

View file

@ -85,6 +85,9 @@ function print_chrome_args() {
107|107.0)
CHROME_VERSION=107.0.5304.87-1
;;
108|108.0)
CHROME_VERSION=108.0.5359.94-1
;;
*) fail "Unknown chrome version $1" ;;
esac
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"