forked from hans/Nominatim
raise PostgreSQL requirement to 9.6
The new code uses the open-ended array notation which is only available sind psql 9.6.
This commit is contained in:
2
.github/workflows/ci-tests.yml
vendored
2
.github/workflows/ci-tests.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
ubuntu: [18, 20]
|
||||
include:
|
||||
- ubuntu: 18
|
||||
postgresql: 9.5
|
||||
postgresql: 9.6
|
||||
postgis: 2.5
|
||||
pytest: pytest
|
||||
php: 7.2
|
||||
|
||||
Reference in New Issue
Block a user