Skip to content

Commit aa6d326

Browse files
Postgis upgrade from 14-3.1 to 17.3.5 (#2224)
* chore(deps): bump postgis from 14-3.1 to 17.3.5 * Include context for postgis usage in the changelog. --------- Co-authored-by: Tim Schilling <[email protected]>
1 parent 85885d7 commit aa6d326

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
services:
105105
postgres:
106-
image: postgis/postgis:14-3.1
106+
image: postgis/postgis:17-3.5
107107
env:
108108
POSTGRES_DB: debug_toolbar
109109
POSTGRES_USER: debug_toolbar

docs/changes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Pending
1313
class instance, regardless if any data was generated.
1414
* Fixed selenium tests for CI by using psycopg for Python 3.13 runs.
1515
* Added ``CommunityPanel`` containing links to documentation and resources.
16+
* Upgraded CI ``postgis`` version to 17-3.5.
1617
* Added how to generate the documentation locally to the contributing
1718
documentation.
1819

0 commit comments

Comments
 (0)