Skip to content

Commit

Permalink
Upgrade test database versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
witten committed Apr 21, 2020
1 parent 41ad986 commit bae5f88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/end-to-end/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
version: '3'
services:
postgresql:
image: postgres:11.6-alpine
image: postgres:12.2-alpine
environment:
POSTGRES_PASSWORD: test
POSTGRES_DB: test
mysql:
image: mariadb:10.4
image: mariadb:10.5
environment:
MYSQL_ROOT_PASSWORD: test
MYSQL_DATABASE: test
tests:
image: python:3.7-alpine3.10
image: python:3.8-alpine3.11
volumes:
- "../..:/app:ro"
tmpfs:
Expand Down

0 comments on commit bae5f88

Please sign in to comment.