Skip to content

Commit

Permalink
ci: 👷 change database to mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
agustig committed Jul 7, 2024
1 parent b4dede5 commit ebd0ecb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

DB_CONNECTION=mariadb
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
QUEUE_CONNECTION: redis
SESSION_DRIVER: redis
services:
mariadb:
image: mariadb:10.11
mysql:
image: mysql:8.0
env:
MYSQL_ALLOW_EMPTY_PASSWORD: false
MYSQL_ROOT_PASSWORD: password
Expand Down

0 comments on commit ebd0ecb

Please sign in to comment.