Skip to content

Commit e4c5553

Browse files
committed
update from Postgres 10 to 16
1 parent d36239c commit e4c5553

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration-tests.yml

+1-1
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

+1-1
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
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"postgres" "md532e12f215ba27cb750c9e093ce4b5127"
1+
"postgres" "password"

0 commit comments

Comments
 (0)