Skip to content

Commit 03a73ac

Browse files
committed
update pg 17
1 parent 92fe97d commit 03a73ac

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build_options_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
sudo apt-get update
1919
sudo apt-get install libpq-dev
2020
sudo apt-get install libc6-dbg gdb
21-
sudo apt-get install postgresql-14 postgresql-contrib-14 postgresql-14-postgis-3 postgresql-common postgis
21+
sudo apt-get install postgresql-17 postgresql-contrib-17 postgresql-17-postgis-3 postgresql-common postgis
2222
2323
- name: build geodiff static only
2424
run: |

.github/workflows/coverage_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
sudo apt-get update
1919
sudo apt-get install -y lcov
2020
sudo apt-get install libpq-dev
21-
sudo apt-get install postgresql-14 postgresql-contrib-14 postgresql-14-postgis-3 postgresql-common postgis
21+
sudo apt-get install postgresql-17 postgresql-contrib-17 postgresql-17-postgis-3 postgresql-common postgis
2222
sudo apt-get install -y python3 python3-pytest libsqlite3-dev cmake cmake-data
2323
2424
- name: start PG database
2525
run: |
26-
sudo pg_ctlcluster 14 main start
26+
sudo pg_ctlcluster 17 main start
2727
sudo pg_lsclusters
2828
2929
- name: create PG user

.github/workflows/memcheck_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
sudo apt-get update
1919
sudo apt-get install libpq-dev
2020
sudo apt-get install libc6-dbg gdb valgrind
21-
sudo apt-get install postgresql-14 postgresql-contrib-14 postgresql-14-postgis-3 postgresql-common postgis
21+
sudo apt-get install postgresql-17 postgresql-contrib-17 postgresql-17-postgis-3 postgresql-common postgis
2222
valgrind --version
2323
2424
- name: start PG database
2525
run: |
26-
sudo pg_ctlcluster 14 main start
26+
sudo pg_ctlcluster 17 main start
2727
sudo pg_lsclusters
2828
2929
- name: create PG user

0 commit comments

Comments
 (0)