Skip to content

Commit

Permalink
Update mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Aug 28, 2024
1 parent b6d8f06 commit ef59610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
image: pookmish/drupal8ci:php8.3
services:
mysql:
image: mysql:5.7
image: mysql:8.0
env:
MYSQL_DATABASE: drupal
MYSQL_USER: drupal
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
image: pookmish/drupal8ci:php8.3
services:
mysql:
image: mysql:5.7
image: mysql:8.0
env:
MYSQL_DATABASE: drupal
MYSQL_USER: drupal
Expand Down

0 comments on commit ef59610

Please sign in to comment.