Test againg MySQL 8.0.3. Since 8.0.4 onwards the authentication system changed.

https://stackoverflow.com/questions/49963383/authentication-plugin-caching-sha2-password

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-04-30 01:08:43 -04:00
parent 5c83cff767
commit 4db641372d

View File

@@ -14,7 +14,7 @@ variables:
MYSQL_DATABASE: "mayan_edms"
test:mysql:
services:
- mysql:latest
- mysql:8.0.3
script:
- apt-get install -qq libmysqlclient-dev
- pip install -r requirements/testing.txt