Skip to content

Commit adda898

Browse files
esabolvitcpp
authored andcommitted
Issue #125: Add PostgreSQL 17 builds to CI workflow
This merge request addresses issue #125 by updating the GitHub Actions CI workflow to build and test on PostrgeSQL 17.
1 parent e1dee24 commit adda898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build-and-check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
pg_version: [10, 11, 12, 13, 14, 15, 16]
15+
pg_version: [10, 11, 12, 13, 14, 15, 16, 17]
1616
use_healpix: [0, 1]
1717

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

3535
- name: Clone pgSphere

0 commit comments

Comments
 (0)