Skip to content

Commit fd59389

Browse files
committed
Use Psql 17 in the example command
1 parent bb6a6b6 commit fd59389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ docker-compose up -d
2121
Or use a plain Docker command:
2222

2323
```bash
24-
docker run --name postgres-doctrine-test -e POSTGRES_PASSWORD=postgres -e POSTGRES_USER=postgres -e POSTGRES_DB=postgres_doctrine_test -p 5432:5432 -d postgres:14
24+
docker run --name postgres-doctrine-test -e POSTGRES_PASSWORD=postgres -e POSTGRES_USER=postgres -e POSTGRES_DB=postgres_doctrine_test -p 5432:5432 -d postgres:17
2525
```
2626

2727
### Run the Tests

0 commit comments

Comments
 (0)