diff --git a/.github/workflows/ci_test_ud_db.yml b/.github/workflows/ci_test_ud_db.yml index 2dc92756d..87ba04e25 100644 --- a/.github/workflows/ci_test_ud_db.yml +++ b/.github/workflows/ci_test_ud_db.yml @@ -32,7 +32,7 @@ jobs: - name: Update apt-get and Install PostgreSQL, PostGIS, pgRouting, and pgTAP run: | sudo apt-get update - sudo apt-get install -y postgresql-15 postgresql-15-postgis-3 postgresql-15-pgrouting postgresql-15-pgtap postgis + sudo apt-get install -y postgresql-16 postgresql-16-postgis-3 postgresql-16-pgrouting postgresql-16-pgtap postgis - name: Start PostgreSQL service run: | diff --git a/.github/workflows/ci_test_ws_db.yml b/.github/workflows/ci_test_ws_db.yml index e28901133..9db7be568 100644 --- a/.github/workflows/ci_test_ws_db.yml +++ b/.github/workflows/ci_test_ws_db.yml @@ -32,7 +32,7 @@ jobs: - name: Update apt-get and Install PostgreSQL, PostGIS, pgRouting, and pgTAP run: | sudo apt-get update - sudo apt-get install -y postgresql-15 postgresql-15-postgis-3 postgresql-15-pgrouting postgresql-15-pgtap postgis + sudo apt-get install -y postgresql-16 postgresql-16-postgis-3 postgresql-16-pgrouting postgresql-16-pgtap postgis - name: Start PostgreSQL service run: |