From c6a13104d826db014574d2eb61186556acb327bb Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Wed, 9 Feb 2022 14:39:56 +0300 Subject: [PATCH] Bump PostgreSQL from 9.5 to 10 for CustomersDot --- .gitlab/ci/customers.images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/customers.images.yml b/.gitlab/ci/customers.images.yml index 916e615..b0fc26b 100644 --- a/.gitlab/ci/customers.images.yml +++ b/.gitlab/ci/customers.images.yml @@ -5,7 +5,7 @@ CHROME: '89' NODE: '14' YARN: '1.22' - POSTGRESQL: '9.5' + POSTGRESQL: '10' parallel: matrix: - RUBY: ['2.6.6', '2.7', '2.7.2']