Add chrome 109 to build matrix

This commit is contained in:
Andrejs Cunskis 2023-02-07 14:38:10 +00:00
parent 2cc3d8c64b
commit 3c5a28c0de
4 changed files with 22 additions and 16 deletions

View file

@ -42,8 +42,9 @@ RUN if [ -n "$GIT_VERSION" ]; then /scripts/install-git && git --version; fi
# Chrome
ARG CHROME_VERSION
ARG CHROMIUM_VERSION
RUN if [ -n "$CHROME_VERSION" ]; then /scripts/install-chrome "$CHROME_VERSION"; fi
RUN if [ -n "$CHROME_VERSION" ]; then /scripts/install-chrome "$CHROME_VERSION" "$CHROMIUM_VERSION"; fi
# NodeJS and Yarn
ARG NODE_INSTALL_VERSION