We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d365214 commit 1035bf2Copy full SHA for 1035bf2
1 file changed
.circleci/config.yml
@@ -20,7 +20,7 @@ executors:
20
default: "3.10"
21
docker:
22
- image: cimg/python:<< parameters.python_version >>
23
- - image: postgres:15.6
+ - image: postgres:16.2
24
name: postgres
25
environment:
26
POSTGRES_HOST_AUTH_METHOD: trust
0 commit comments