From 85cb49cea66d04147a3c2ff3fa7935cc94864f9e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 17 Oct 2022 06:33:27 +0200 Subject: [PATCH] Test against postgres 14 Signed-off-by: Joas Schilling --- .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 c38846b58cb..176719d2d2a 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -169,7 +169,7 @@ jobs: services: postgres: - image: postgres + image: postgres:14 ports: - 4444:5432/tcp env: