From fb6c042b8a0dbd0a2b55e74cb89a55a2df6b20d6 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 8 Mar 2023 14:16:24 -0800 Subject: [PATCH] Drop Chrome 106 from the builds Chrome 109 appears to be the default, so let's stick with that. --- .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 f426f23..b10c17f 100644 --- a/.gitlab/ci/gitlab.images.yml +++ b/.gitlab/ci/gitlab.images.yml @@ -28,7 +28,7 @@ gitlab: GOLANG: ['1.18', '1.19'] RUST: ['1.65'] NODE: ['16.14', '18.12'] - CHROME: ['106', '109'] + CHROME: ['109'] # Used by GitLab's compile-production-assets and compile-test-assets jobs gitlab-assets: