Skip to content

Commit

Permalink
Issue #125: Add PostgreSQL 17 builds to CI workflow
Browse files Browse the repository at this point in the history
This merge request addresses issue #125 by updating the GitHub Actions CI workflow to build and test on PostrgeSQL 17.
  • Loading branch information
esabol authored and vitcpp committed Jun 10, 2024
1 parent e1dee24 commit adda898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pg_version: [10, 11, 12, 13, 14, 15, 16]
pg_version: [10, 11, 12, 13, 14, 15, 16, 17]
use_healpix: [0, 1]

name: PostgreSQL ${{ matrix.pg_version }} - USE_HEALPIX=${{ matrix.use_healpix }}
Expand All @@ -29,7 +29,7 @@ jobs:
xsltproc \
fop
- name: Install Postgres
- name: Install PostgreSQL
run: sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -p -v ${{ matrix.pg_version }} -i

- name: Clone pgSphere
Expand Down

0 comments on commit adda898

Please sign in to comment.