diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 56afb25f1..3eb4aaad3 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -33,7 +33,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 7f77fc367..c5587b86a 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -34,7 +34,7 @@ jobs: services: postgres: - image: postgres + image: postgres:14 ports: - 4445:5432/tcp env: