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 1491757 commit 85914b8Copy full SHA for 85914b8
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
services:
7
postgres:
8
- image: postgres:10.1
+ image: postgres:15.3
9
env:
10
POSTGRES_USER: postgres
11
POSTGRES_PASSWORD: postgres
docker-compose.yml
@@ -2,7 +2,7 @@ version: "3.9"
2
3
4
- image: postgres:12-bullseye # required for 4.2 upgrades
+ image: postgres:15.3-bullseye
ports:
- "5433:5432"
environment:
0 commit comments