2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres
|
image: postgres:14
|
||||||
ports:
|
ports:
|
||||||
- 4445:5432/tcp
|
- 4445:5432/tcp
|
||||||
env:
|
env:
|
||||||
|
|||||||
2
.github/workflows/phpunit.yml
vendored
2
.github/workflows/phpunit.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres
|
image: postgres:14
|
||||||
ports:
|
ports:
|
||||||
- 4445:5432/tcp
|
- 4445:5432/tcp
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user