From 5655f27f683509b456239d901d36174a941a1733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Van=C4=9Bk?= Date: Sun, 13 Aug 2023 15:27:00 +0200 Subject: [PATCH] upgrade to the latest postgres versions --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8cf52efe..1036f3a2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - postgres: [15.3, 14.8, 13.11, 12.15, 11.20] + postgres: [15.4, 14.9, 13.12, 12.16, 11.21] steps: - name: Checkout project uses: actions/checkout@v3 @@ -34,7 +34,7 @@ jobs: strategy: fail-fast: false matrix: - postgres: [15.3, 14.8, 13.11, 12.15, 11.20] + postgres: [15.4, 14.9, 13.12, 12.16, 11.21] steps: - name: Checkout project uses: actions/checkout@v3 @@ -56,7 +56,7 @@ jobs: strategy: fail-fast: false matrix: - postgres: [15.3, 14.8, 13.11, 12.15, 11.20] + postgres: [15.4, 14.9, 13.12, 12.16, 11.21] steps: - name: Checkout project uses: actions/checkout@v3 @@ -74,7 +74,7 @@ jobs: strategy: fail-fast: false matrix: - postgres: [15.3, 14.8, 13.11, 12.15, 11.20] + postgres: [15.4, 14.9, 13.12, 12.16, 11.21] steps: - name: Checkout project uses: actions/checkout@v3