We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84353e commit e03f5b9Copy full SHA for e03f5b9
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
24
services:
25
postgres:
26
- image: 'postgres:13'
+ image: 'postgres:16'
27
ports: ['5432:5432']
28
env:
29
POSTGRES_PASSWORD: postgres
0 commit comments