Skip to content

Commit 5bc6ece

Browse files
ci: test on Postgres 14
1 parent 12d9f54 commit 5bc6ece

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sqlx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
runs-on: ubuntu-20.04
187187
strategy:
188188
matrix:
189-
postgres: [13, 9_6]
189+
postgres: [14, 9_6]
190190
runtime: [async-std, tokio, actix]
191191
tls: [native-tls, rustls]
192192
needs: check

tests/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ services:
104104
context: .
105105
dockerfile: postgres/Dockerfile
106106
args:
107-
VERSION: 14rc1
107+
VERSION: 14
108108
ports:
109109
- 5432
110110
environment:

0 commit comments

Comments
 (0)