From 05a80bc75651fb2f78dc768228aafdb88c586b99 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 14 Feb 2024 10:38:44 -0800 Subject: [PATCH] Drop Chrome v119 from GitLab image list We test with Chrome v120 now, so we don't need to build images with v119. --- .gitlab/ci/gitlab.images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/gitlab.images.yml b/.gitlab/ci/gitlab.images.yml index 2e26eda..3af97a4 100644 --- a/.gitlab/ci/gitlab.images.yml +++ b/.gitlab/ci/gitlab.images.yml @@ -46,7 +46,7 @@ gitlab: RUBY: ['3.0.patched', '3.1.patched', '3.2.patched'] POSTGRESQL: ['13', '14', '15'] GOLANG: ['1.20', '1.21'] - CHROME: ['119', '120'] + CHROME: ['120'] # Used by GitLab's compile-production-assets and compile-test-assets jobs gitlab-assets: