From ef5aec8e493199c46b78e8f1257aa41df9545f28 Mon Sep 17 00:00:00 2001 From: hackerman <3372410+aeneasr@users.noreply.github.com> Date: Wed, 16 Oct 2019 18:19:27 +0200 Subject: [PATCH] Resolve issues with mysql tests (#137) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c418803c4..7b20abc02 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,7 +42,7 @@ jobs: - POSTGRES_USER=test - POSTGRES_PASSWORD=test - POSTGRES_DB=keto - - image: mysql:5.7 + - image: mysql:8.0 environment: - MYSQL_ROOT_PASSWORD=test working_directory: /go/src/github.com/ory/keto