From b6832e237dbc7ca7a20bbe95c9b83801cddb9247 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Mon, 15 Apr 2024 17:26:01 -0700 Subject: [PATCH] Update to Chrome v123 GitLab E2E tests appear to use Chrome v123, so let's upgrade everything to it now. --- .gitlab/ci/cng-images.yml | 2 +- .gitlab/ci/gitlab.images.yml | 2 +- .gitlab/ci/kas.images.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab/ci/cng-images.yml b/.gitlab/ci/cng-images.yml index 7a3aa7f..cdf556e 100644 --- a/.gitlab/ci/cng-images.yml +++ b/.gitlab/ci/cng-images.yml @@ -2,7 +2,7 @@ .gitlab-cng-matrix: variables: LFS: '2.9' - CHROME: '119' + CHROME: '123' NODE: '20.12' YARN: '1.22' GRAPHICSMAGICK: '1.3.36' diff --git a/.gitlab/ci/gitlab.images.yml b/.gitlab/ci/gitlab.images.yml index fcdb397..454bb9e 100644 --- a/.gitlab/ci/gitlab.images.yml +++ b/.gitlab/ci/gitlab.images.yml @@ -45,7 +45,7 @@ gitlab: RUBY: ['3.0.patched', '3.1.patched', '3.2.patched'] POSTGRESQL: ['13', '14', '15', '16'] GOLANG: ['1.21', '1.22'] - CHROME: ['120'] + CHROME: ['123'] NODE: ['18.17', '20.12'] # Used by GitLab's compile-production-assets and compile-test-assets jobs diff --git a/.gitlab/ci/kas.images.yml b/.gitlab/ci/kas.images.yml index abc8783..e407956 100644 --- a/.gitlab/ci/kas.images.yml +++ b/.gitlab/ci/kas.images.yml @@ -15,7 +15,7 @@ gitlab-kas: GOLANG: '1.21' RUST: '1.73' LFS: '2.9' - CHROME: '119' + CHROME: '123' YARN: '1.22' GRAPHICSMAGICK: '1.3.36' GIT: '2.36'