Browse Source

Cambio en el drone por mysql 5.7

gabriel 7 years ago
parent
commit
5c73ada63e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -1,6 +1,6 @@
 services:
   database:
-    image: mysql:5.5
+    image: mysql:5.7
     environment:
       - MYSQL_ROOT_PASSWORD=
       - MYSQL_ALLOW_EMPTY_PASSWORD=yes