Skip to content

Commit

Permalink
Revert Mysql Upgrade in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Jul 15, 2024
1 parent 73bfd08 commit 8cc3e0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

env:
DATABASE_URL: mysql://root:root@127.0.0.1:3306/su_theme_test?serverVersion=8.0
DATABASE_URL: mysql://root:root@127.0.0.1:3306/su_theme_test?serverVersion=5.7
DATABASE_CHARSET: utf8mb4
DATABASE_COLLATE: utf8mb4_unicode_ci

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

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

0 comments on commit 8cc3e0b

Please sign in to comment.