Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitadda898

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 parente1dee24 commitadda898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/build-and-check.yml‎

Lines changed: 2 additions & 2 deletions
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:InstallPostgres
32+
-name:InstallPostgreSQL
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)

[8]ページ先頭

©2009-2025 Movatter.jp