Skip to content

Commit

Permalink
ci: test on Postgres 14
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Nov 25, 2021
1 parent 12d9f54 commit 5bc6ece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sqlx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
postgres: [13, 9_6]
postgres: [14, 9_6]
runtime: [async-std, tokio, actix]
tls: [native-tls, rustls]
needs: check
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:
context: .
dockerfile: postgres/Dockerfile
args:
VERSION: 14rc1
VERSION: 14
ports:
- 5432
environment:
Expand Down

0 comments on commit 5bc6ece

Please sign in to comment.