Skip to content
Snippets Groups Projects
Unverified Commit 10596a9c authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #1684 from OpenTechFund/fix/correct-postgres-version-on-ci

Set postgres version to 10.10 in CI as it is on production.
parents 2af690f8 68e9f808
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/python:3.6.8-stretch-node
- image: circleci/python:3.6.9-stretch-node
environment:
DATABASE_URL: postgresql://root@localhost/opentech?sslmode=disable
PGHOST: localhost
......@@ -14,7 +14,7 @@ jobs:
DJANGO_SETTINGS_MODULE: opentech.settings.test
SEND_MESSAGES: false
- image: circleci/postgres:10.5
- image: circleci/postgres:10.10
environment:
POSTGRES_USER: root
POSTGRES_DB: opentech
......
......@@ -7,7 +7,7 @@ cache:
- node_modules
# Use container-based infrastructure
dist: trusty
dist: bionic
sudo: false
# Services
......@@ -15,7 +15,7 @@ services:
- postgresql
addons:
postgresql: "9.6"
postgresql: "10"
env:
global:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment