Skip to content

Commit 1092ac3

Browse files
minor symfony#58022 update from Postgres 10 to 16 (xabbuh)
This PR was merged into the 7.1 branch. Discussion ---------- update from Postgres 10 to 16 | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- e4c5553 update from Postgres 10 to 16
2 parents d36239c + e4c5553 commit 1092ac3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
services:
3030
postgres:
31-
image: postgres:10.6-alpine
31+
image: postgres:16-alpine
3232
ports:
3333
- 5432:5432
3434
env:

src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Fixtures/pgbouncer/pgbouncer.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pidfile = /var/run/postgresql/pgbouncer.pid
77
listen_addr = localhost
88
listen_port = 6432
99
unix_socket_dir = /var/run/postgresql
10-
auth_type = md5
10+
auth_type = scram-sha-256
1111
auth_file = /etc/pgbouncer/userlist.txt
1212
max_client_conn = 20
1313
default_pool_size = 20
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"postgres" "md532e12f215ba27cb750c9e093ce4b5127"
1+
"postgres" "password"

0 commit comments

Comments
 (0)