Skip to content

Commit

Permalink
Update postgis
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAntoine committed Jan 6, 2025
1 parent b5fcf5e commit c219fea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
image_version: "pg11-ts2.3.1-postgis3.3.4"
- pg_major: "13"
timescaledb_version: "2.14.2"
postgis_version: "3.4.2"
postgis_version: "3.5.1"
dockerfile: "pg13_16.Dockerfile"
image_version: "pg13-ts2.14.2-postgis3.4.2"
image_version: "pg13-ts2.14.2-postgis3.5.1"
- pg_major: "16"
timescaledb_version: "2.14.2"
postgis_version: "3.4.2"
postgis_version: "3.5.1"
dockerfile: "pg13_16.Dockerfile"
image_version: "pg16-ts2.14.2-postgis3.4.2"
image_version: "pg16-ts2.14.2-postgis3.5.1"
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -83,9 +83,9 @@ jobs:
from_pg_major: "13"
to_pg_major: "16"
timescaledb_version: "2.14.2"
postgis_version: "3.4.2"
postgis_version: "3.5.1"
dockerfile: "upgrade_pg.Dockerfile"
image_version: "pg13_to_pg16-ts2.14.2-postgis3.4.2"
image_version: "pg13_to_pg16-ts2.14.2-postgis3.5.1"

permissions:
contents: read
Expand Down

0 comments on commit c219fea

Please sign in to comment.