2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
@@ -25,7 +25,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
@@ -26,7 +26,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