mirror of
https://github.com/strapi/strapi.git
synced 2026-05-03 16:22:30 +00:00
ci: use only mysql 8 in workflows
This commit is contained in:
@@ -14,9 +14,8 @@ services:
|
||||
- '5432:5432'
|
||||
|
||||
mysql:
|
||||
image: mysql:5
|
||||
image: mysql:8
|
||||
restart: always
|
||||
command: --default-authentication-plugin=mysql_native_password
|
||||
environment:
|
||||
MYSQL_DATABASE: strapi
|
||||
MYSQL_USER: strapi
|
||||
|
||||
Reference in New Issue
Block a user