Skip to content

Commit 70cae90

Browse files
committed
Auto merge of #3982 - pietroalbini:pg13, r=Turbo87
Bump CI to PostgreSQL 13 This PR bumps CI's PostgreSQL to version 13, to match what we will upgrade to tomorrow.
2 parents 84495e3 + 059dac1 commit 70cae90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133

134134
services:
135135
postgres:
136-
image: postgres:11
136+
image: postgres:13
137137
env:
138138
POSTGRES_PASSWORD: postgres
139139
# Set health checks to wait until postgres has started

0 commit comments

Comments
 (0)