Skip to content

Commit

Permalink
Revert tested mysql version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Mar 21, 2023
1 parent 3de1505 commit 581cfa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-application.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:

env:
APP_ENV: test
DATABASE_URL: mysql://root:root@127.0.0.1:3306/su_content_test?serverVersion=8.0
DATABASE_URL: mysql://root:root@127.0.0.1:3306/su_content_test?serverVersion=5.7.32
DATABASE_CHARSET: utf8mb4
DATABASE_COLLATE: utf8mb4_unicode_ci

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

services:
mysql:
image: mysql:8.0
image: mysql:5.7
env:
MYSQL_ROOT_PASSWORD: root
ports:
Expand Down

0 comments on commit 581cfa5

Please sign in to comment.