-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Update docker tests to future postgres postgis versions #200
base: master
Are you sure you want to change the base?
Conversation
Update docker tests to actual postgres postgis versions
Adjust docker image tags
Which release does this PR target ? We have no defined policy for 1.x.x, but in the future, dropping support for postgres versions changes would have to be frozen for the next yearly release, so IMO we should already apply this policy and freeze that for 2023.0. |
@olivierdalang I was only checking automated tests and CI options but the goal is to change that for the 2023.0 Release once the 1.6.0 step is finished. Release policy is in what we discussed a part of 2023 release. https://github.com/orgs/teksi/projects/2/views/4?pane=issue&itemId=21154279 |
Remove postgis 2.5 since it isn't supported by the CI already Test actions/checkout@v3
Upgade Dockerfile to LTR
Add postgis 3.4 as future
@3nids it looks like 3.2 and 3.4 have been fixed but not 3.3, any hint / good practices on how to prevent users from using it? |
good question, the simplest is probably in the SQL install script to detect |
@ponceta Is this still wanted? If yes can you make it 1.6.2 ready |
Postgis 3.3 docker image has not been updated so it is not fixed, postgis 3.2 is available on postgres 14-3.2 but is already two years old. |
|
@sjib here is the full error log if required for postgres 16
|
#238 should help to solve this. |
Update docker tests to actual postgres postgis versions
Use ubuntu LTS check old postgres postgis, soon to be old, recent and newest