From 0c1df6ea0c68238c0eba58d6d228c30eea737bc4 Mon Sep 17 00:00:00 2001 From: cvvergara Date: Tue, 17 Dec 2024 10:06:05 -0600 Subject: [PATCH] Testing Postgres 17 (cherry picked from commit d3079a3a9beca1526e3c96e17c1a5cc8ecd7a60e) --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 4a023e06d42..5574b9d43da 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -29,7 +29,7 @@ jobs: strategy: fail-fast: false matrix: - psql: [13,14,15,16] + psql: [13,14,15,16,17] postgis: [3] os: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04]