diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 65d2b972a..fe62ad337 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -25,7 +25,7 @@ jobs: services: postgres: - image: postgres + image: postgres:14 ports: - 4445:5432/tcp env: diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 87b46a973..9c2307bd8 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -26,7 +26,7 @@ jobs: services: postgres: - image: postgres + image: postgres:14 ports: - 4445:5432/tcp env: