ci: use only mysql 8 in workflows

This commit is contained in:
Ben Irvin
2024-03-15 11:16:34 +01:00
committed by GitHub
parent 45c1c52b0b
commit b84662680d
3 changed files with 2 additions and 44 deletions
+1 -2
View File
@@ -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