Skip to content

Commit a2b1bfa

Browse files
Fix mutation workflow. (#161)
Fix mutation workflow. (#161)
1 parent 2f9465f commit a2b1bfa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/mutation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
- 1521:1521
4040
options: --name=oci
4141
postgres:
42-
image: postgres:13
42+
image: postgres:14
4343
env:
44-
POSTGRES_USER: scrutinizer
45-
POSTGRES_PASSWORD: scrutinizer
46-
POSTGRES_DB: scrutinizer
44+
POSTGRES_USER: root
45+
POSTGRES_PASSWORD: root
46+
POSTGRES_DB: yiitest
4747
ports:
4848
- 5432:5432
4949
options: --name=postgres --health-cmd="pg_isready" --health-interval=10s --health-timeout=5s --health-retries=3

0 commit comments

Comments
 (0)