Skip to content

Commit

Permalink
Update build pipeline to add postgres version 17
Browse files Browse the repository at this point in the history
  • Loading branch information
m3hm3t committed Jan 24, 2025
1 parent bfc37f5 commit 4c562c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,16 @@ jobs:
fail-fast: false
matrix:
platform:
- el/7
- el/8
- el/9
- ol/7
- ol/8
- ol/9
steps:
- name: Checkout repository
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
2 changes: 1 addition & 1 deletion postgres-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ version_matrix:
- 2.17:
postgres_versions: [ 10, 11, 12, 13, 14, 15 ]
- 2.18:
postgres_versions: [ 11, 12, 13, 14, 15, 16 ]
postgres_versions: [ 11, 12, 13, 14, 15, 16, 17 ]

0 comments on commit 4c562c6

Please sign in to comment.