From 149860b8b364f88b534ad548c01c500767a78545 Mon Sep 17 00:00:00 2001 From: lospejos Date: Sat, 18 Oct 2025 20:11:46 +0300 Subject: [PATCH] An attempt to bump PostgreSQL version to 18.0 --- .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 d8041bd..787a83c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - postgres: ["18beta1"] + postgres: ["18.0"] steps: - name: Checkout project uses: actions/checkout@v3 @@ -34,7 +34,7 @@ jobs: strategy: fail-fast: false matrix: - postgres: ["18beta1"] + postgres: ["18.0"] steps: - name: Checkout project uses: actions/checkout@v3 @@ -56,7 +56,7 @@ jobs: strategy: fail-fast: false matrix: - postgres: ["18beta1"] + postgres: ["18.0"] steps: - name: Checkout project uses: actions/checkout@v3 @@ -78,7 +78,7 @@ jobs: strategy: fail-fast: false matrix: - postgres: ["18beta1"] + postgres: ["18.0"] steps: - name: Checkout project uses: actions/checkout@v3