From f372aeb067ae2b6a6702220fbba50b7b82336409 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 26 May 2023 12:13:23 +0200 Subject: [PATCH] Update cypress.yml --- .github/workflows/cypress.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 5b027b3e..8c9828b3 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -10,9 +10,8 @@ jobs: runs-on: ubuntu-latest services: mysql: - image: mysql:5.7 + image: mysql:8.0 env: - MYSQL_ALLOW_EMPTY_PASSWORD: false MYSQL_ROOT_PASSWORD: root MYSQL_DATABASE: myaac-tfs MYSQL_USER: myaac