We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6a6b6 commit fd59389Copy full SHA for fd59389
tests/Integration/README.md
@@ -21,7 +21,7 @@ docker-compose up -d
21
Or use a plain Docker command:
22
23
```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
+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
25
```
26
27
### Run the Tests
0 commit comments