Skip to content

Commit 4f96151

Browse files
esabolvitcpp
authored andcommitted
Issue #139: Add PostgreSQL 18 builds to CI workflow
1 parent 3bf016e commit 4f96151

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-check-windows-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
pg_version: [10, 11, 12, 13, 14, 15, 16, 17]
18+
pg_version: [10, 11, 12, 13, 14, 15, 16, 17, 18]
1919
use_healpix: [0]
2020

2121
name: PostgreSQL ${{ matrix.pg_version }} - USE_HEALPIX=${{ matrix.use_healpix }} (windows-latest)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
pg_version: [10, 11, 12, 13, 14, 15, 16, 17]
18+
pg_version: [10, 11, 12, 13, 14, 15, 16, 17, 18]
1919
use_healpix: [0, 1]
2020

2121
name: PostgreSQL ${{ matrix.pg_version }} - USE_HEALPIX=${{ matrix.use_healpix }}

0 commit comments

Comments
 (0)