Add latest chrome version

This commit is contained in:
Andrejs Cunskis 2022-08-21 21:43:38 +03:00
parent 941883094a
commit f6beca8712
No known key found for this signature in database
GPG key ID: 87CB75083F227241
2 changed files with 4 additions and 1 deletions

View file

@ -24,7 +24,7 @@ e2e-chrome:
extends: extends:
- e2e-docker - e2e-docker
variables: variables:
CHROME: '103' CHROME: '104'
parallel: parallel:
matrix: matrix:
- RUBY: ['2.7', '3.0'] - RUBY: ['2.7', '3.0']

View file

@ -54,6 +54,9 @@ function print_chrome_args() {
103|103.0) 103|103.0)
CHROME_VERSION=103.0.5060.114-1 CHROME_VERSION=103.0.5060.114-1
;; ;;
104|104.0)
CHROME_VERSION=104.0.5112.101-1
;;
*) echo "Unknown chrome version $1"; exit 1; *) echo "Unknown chrome version $1"; exit 1;
esac esac
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION" printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"