From 21e1024c19130352419f62eb29cd3c1205135de5 Mon Sep 17 00:00:00 2001 From: David Maicher Date: Fri, 26 Apr 2024 13:15:32 +0200 Subject: [PATCH] fix failing dev tests on CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8730343..61fccfa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: SYMFONY_REQUIRE: "${{ matrix.symfony_require }}" services: mysql: - image: mysql:5.7 + image: mysql:8.0 env: MYSQL_ALLOW_EMPTY_PASSWORD: true ports: