From 45913c243c190308e7005ca0b71a094f59d7dbec Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 27 Aug 2024 11:30:13 +0200 Subject: [PATCH] Adding postgres v16 to application tests --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 99871187..746adbaa 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - postgres_version: ['14'] + postgres_version: ['14','16'] services: postgres: image: postgres:${{ matrix.postgres_version }}