From aa9796c0b9910982d2c2f6cdb3e3bcbdb71b4d00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 01:45:55 +0000 Subject: [PATCH] chore(deps): bump postgres docker tag to v17 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 1171ab179..5f6a09aa3 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -166,7 +166,7 @@ jobs: services: postgres: - image: postgres:17rc1 + image: postgres:17 ports: - 4444:5432/tcp env: