Skip to content

Commit

Permalink
test with pg13
Browse files Browse the repository at this point in the history
  • Loading branch information
djrobstep committed Sep 25, 2020
1 parent 5f3722c commit 2eb5167
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ jobs:
build:
working_directory: ~/circleci
docker:
- image: circleci/python:3.8.5
- image: circleci/postgres:12
- image: circleci/python:3.8.6
- image: circleci/postgres:13
environment:
POSTGRES_USER: circleci
POSTGRES_DB: circleci
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
publish:
working_directory: ~/circleci
docker:
- image: circleci/python:3.8.5
- image: circleci/python:3.8.6
steps:
- setup_remote_docker
- checkout
Expand Down

0 comments on commit 2eb5167

Please sign in to comment.