From c0ef2be32016cd31409713a60ee3a82688a6e6a4 Mon Sep 17 00:00:00 2001 From: Mehmet Yilmaz Date: Fri, 24 Jan 2025 15:19:31 +0300 Subject: [PATCH] Update build workflow to add Postgres version 17 to matrix --- .github/workflows/build-package.yml | 3 +-- postgres-matrix.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-package.yml b/.github/workflows/build-package.yml index 66d64319..84b8ce72 100644 --- a/.github/workflows/build-package.yml +++ b/.github/workflows/build-package.yml @@ -26,7 +26,6 @@ jobs: - debian/buster - debian/bullseye - debian/bookworm - - ubuntu/bionic - ubuntu/focal - ubuntu/jammy @@ -35,7 +34,7 @@ jobs: uses: actions/checkout@v4 - name: Clone tools branch - run: git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools + run: git clone -b v0.8.31 --depth=1 https://github.com/citusdata/tools.git tools - name: Install package dependencies run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources diff --git a/postgres-matrix.yml b/postgres-matrix.yml index 7da47675..05605112 100644 --- a/postgres-matrix.yml +++ b/postgres-matrix.yml @@ -7,4 +7,4 @@ version_matrix: - 2.17: postgres_versions: [ 10, 11, 12, 13, 14, 15, 16 ] - 2.18: - postgres_versions: [ 11, 12, 13, 14, 15, 16 ] + postgres_versions: [ 11, 12, 13, 14, 15, 16, 17 ]