[libgda/LIBGDA_5.2] Enable MySQL 8 for testing against



commit 24b954d35d90f0e782f46246796395dd55ac9a50
Author: Daniel Espinosa Ortiz <esodan gmail com>
Date:   Wed Oct 9 15:45:29 2019 +0000

    Enable MySQL 8 for testing against

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ddacc32ae..8ceacf528 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ image: ubuntu:devel
 
 services:
   - postgres:latest
-  - mysql:5.7
+  - mysql:latest
 
 stages:
      - build


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]