From 4a3d1ad22ebb2702401a6d127cf4ee1db0292a2b Mon Sep 17 00:00:00 2001 From: nhkhai Date: Tue, 30 Apr 2024 18:50:20 +0800 Subject: [PATCH] Update config.yml Fixed syntax. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 19a26eb..80f2220 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,7 +26,7 @@ jobs: - image: cimg/openjdk:21.0.2 environment: PGHOST: 127.0.0.1 - - image: cimg/postgres:16.2.0 + - image: cimg/postgres:16.2 environment: # This optional variable can be used to control the auth-method for host connections for all databases, all users, and all addresses. # If unspecified then scram-sha-256 password authentication is used (in 14+; md5 in older releases).