Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chihiro-adachi committed Dec 25, 2023
1 parent 34a3991 commit 3112262
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
include:
- db: mysql
database_url: mysql://root:password@127.0.0.1:3306/eccube_db
database_server_version: 5
database_server_version: 8
database_charset: utf8mb4
- db: pgsql
database_url: postgres://postgres:password@127.0.0.1:5432/eccube_db
database_server_version: 14
database_server_version: 16
database_charset: utf8
- db: sqlite3
database_url: sqlite:///var/eccube.db
Expand All @@ -38,14 +38,14 @@ jobs:

services:
mysql:
image: mysql:5.7
image: mysql:8
env:
MYSQL_ROOT_PASSWORD: password
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
postgres:
image: postgres:14
image: postgres:16
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
Expand Down

0 comments on commit 3112262

Please sign in to comment.