Skip to content

Commit

Permalink
Update PostgreSQL support to version 17 and bump package version to 2…
Browse files Browse the repository at this point in the history
….7.0
  • Loading branch information
m3hm3t committed Jan 23, 2025
1 parent e53570c commit 681bc82
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- debian/buster
- debian/bullseye
- debian/bookworm
- ubuntu/bionic
- ubuntu/focal
- ubuntu/jammy

Expand All @@ -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
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
topn (2.7.0.citus-1) stable; urgency=low

* Support for PostgreSQL 17

-- Mehmet Yilmaz <[email protected]> Thu, 23 Jan 2025 16:20:00 +0300

topn (2.6.0.citus-1) stable; urgency=low

* Support for PostgreSQL 16
Expand Down
2 changes: 1 addition & 1 deletion pkgvars
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pkgname=postgresql-topn
pkgdesc='Counter Based Implementation for top-n Approximation'
pkglatest=2.6.0.citus-1
pkglatest=2.7.0.citus-1
2 changes: 2 additions & 0 deletions postgres-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ version_matrix:
postgres_versions: [ 10, 11, 12, 13, 14, 15]
- 2.6:
postgres_versions: [ 11, 12, 13, 14, 15, 16 ]
- 2.7:
postgres_versions: [ 11, 12, 13, 14, 15, 16, 17 ]

0 comments on commit 681bc82

Please sign in to comment.