From 7e347e950f37cf26047c8d077a8c554c01a24918 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 27 Jan 2024 18:12:01 +0100 Subject: [PATCH] Revert "try mysql 5.7" This reverts commit 535ae2047d76ccce03224eab051e164b10740215. --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index e0311a5f..cc77f060 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest services: mysql: - image: mysql:5.7 + image: mysql:8.0 env: MYSQL_ROOT_PASSWORD: root MYSQL_DATABASE: myaac