We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9465f commit a2b1bfaCopy full SHA for a2b1bfa
1 file changed
.github/workflows/mutation.yml
@@ -39,11 +39,11 @@ jobs:
39
- 1521:1521
40
options: --name=oci
41
postgres:
42
- image: postgres:13
+ image: postgres:14
43
env:
44
- POSTGRES_USER: scrutinizer
45
- POSTGRES_PASSWORD: scrutinizer
46
- POSTGRES_DB: scrutinizer
+ POSTGRES_USER: root
+ POSTGRES_PASSWORD: root
+ POSTGRES_DB: yiitest
47
ports:
48
- 5432:5432
49
options: --name=postgres --health-cmd="pg_isready" --health-interval=10s --health-timeout=5s --health-retries=3
0 commit comments