Update to Chrome v123

GitLab E2E tests appear to use Chrome v123, so let's upgrade
everything to it now.
This commit is contained in:
Stan Hu 2024-04-15 17:26:01 -07:00
parent 7c73660c30
commit b6832e237d
No known key found for this signature in database
GPG key ID: 8D3931AD39CC7A20
3 changed files with 3 additions and 3 deletions

View file

@ -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