From 254dfa0567d07296b6df4c6b26b02354d8b26276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Van=C4=9Bk?= Date: Thu, 13 Nov 2025 23:25:23 +0100 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 f438ff7..fc9160b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - postgres: ["18.0", "17.6", "16.10", "15.14", "14.19", "13.22"] + postgres: ["18.1", "17.7", "16.11", "15.15", "14.20", "13.23"] steps: - name: Checkout project uses: actions/checkout@v3 @@ -34,7 +34,7 @@ jobs: strategy: fail-fast: false matrix: - postgres: ["18.0", "17.6", "16.10", "15.14", "14.19", "13.22"] + postgres: ["18.1", "17.7", "16.11", "15.15", "14.20", "13.23"] steps: - name: Checkout project uses: actions/checkout@v3 @@ -56,7 +56,7 @@ jobs: strategy: fail-fast: false matrix: - postgres: ["18.0", "17.6", "16.10", "15.14", "14.19", "13.22"] + postgres: ["18.1", "17.7", "16.11", "15.15", "14.20", "13.23"] steps: - name: Checkout project uses: actions/checkout@v3 @@ -78,7 +78,7 @@ jobs: strategy: fail-fast: false matrix: - postgres: ["18.0", "17.6", "16.10", "15.14", "14.19", "13.22"] + postgres: ["18.1", "17.7", "16.11", "15.15", "14.20", "13.23"] steps: - name: Checkout project uses: actions/checkout@v3