Skip to content

Commit

Permalink
Merge pull request #341 from City-of-Helsinki/UHF-9617
Browse files Browse the repository at this point in the history
UHF-9617: Migrate CI to use MySQL 8
  • Loading branch information
tuutti authored Feb 6, 2024
2 parents ac1c9a0 + 9928e0d commit d8a8fdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

services:
db:
image: mariadb
image: mysql:8
env:
MYSQL_USER: drupal
MYSQL_PASSWORD: drupal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

services:
db:
image: mariadb
image: mysql:8
env:
MYSQL_USER: drupal
MYSQL_PASSWORD: drupal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

services:
db:
image: mariadb
image: mysql:8
env:
MYSQL_USER: drupal
MYSQL_PASSWORD: drupal
Expand Down

0 comments on commit d8a8fdd

Please sign in to comment.