From 7c6935bf5ddca7cc2cf8333cf5e9b1e3ce391ec2 Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Thu, 10 Feb 2022 07:37:54 +0000 Subject: [PATCH] Bump PostgreSQL from 9.5 to 10.19 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']