Update dependencies for bookworm

This commit is contained in:
Clemens Beck 2023-12-19 06:31:55 +00:00 committed by Balasankar 'Balu' C
parent 6330f7136f
commit bf2760d0a1
5 changed files with 7 additions and 7 deletions

View file

@ -22,7 +22,7 @@ customers:
GIT: '2.36'
parallel:
matrix:
- DOCKER: ['20.10.14', '']
- DOCKER: ['24.0.7', '']
# Used by customers-gitlab-com qa e2e test: https://gitlab.com/gitlab-org/customers-gitlab-com/-/blob/staging/.gitlab/ci/e2e.gitlab-ci.yml
customers-qa-assets:
@ -36,4 +36,4 @@ customers-qa-assets:
GIT: '2.36'
parallel:
matrix:
- DOCKER: ['20.10.14', '']
- DOCKER: ['24.0.7', '']

View file

@ -34,7 +34,7 @@ e2e-chrome:
matrix:
- RUBY: ['3.0', '3.1', '3.2']
BUNDLER: ['2.3', '2.4']
CHROME: ['113', '117']
CHROME: ['113', '117', '119']
# Image used for running full e2e test suite
e2e-full:

View file

@ -45,7 +45,7 @@ gitlab:
GOLANG: ['1.19', '1.20', '1.21']
RUST: ['1.73']
NODE: ['18.17']
CHROME: ['113', '117']
CHROME: ['117', '119']
# Used by GitLab's compile-production-assets and compile-test-assets jobs
gitlab-assets:

View file

@ -15,7 +15,7 @@ gitlab-kas:
GOLANG: '1.19'
RUST: '1.73'
LFS: '2.9'
CHROME: '111'
CHROME: '119'
NODE: '18.17'
YARN: '1.22'
GRAPHICSMAGICK: '1.3.36'

View file

@ -105,8 +105,8 @@ function print_chrome_args() {
CHROMIUM_VERSION=117.0.5938.62-1
;;
119|119.0)
CHROME_VERSION=119.0.6045.105-1
CHROMIUM_VERSION=119.0.6045.105-1
CHROME_VERSION=119.0.6045.159-1
CHROMIUM_VERSION=119.0.6045.159-1
;;
*) fail "Unknown chrome version $1" ;;
esac