CI: Update Drone MySQL version to 5.7.39 to match database policy. (#54612)

The supported database policy is listed at: https://grafana.com/docs/grafana/latest/setup-grafana/installation/#supported-databases
This commit is contained in:
Joe Blubaugh
2022-09-08 15:03:02 +08:00
committed by GitHub
parent bcab0194f1
commit a101d127cb
7 changed files with 13 additions and 13 deletions

View File

@@ -22,7 +22,7 @@ def integration_test_services(edition):
},
{
'name': 'mysql',
'image': 'mysql:5.6.48',
'image': 'mysql:5.7.39',
'environment': {
'MYSQL_ROOT_PASSWORD': 'rootpass',
'MYSQL_DATABASE': 'grafana_tests',