Add pg11 to dronie testing

stable-3.2
Regina Obe 2021-08-19 22:08:34 -04:00
parent 0485c13d40
commit 83966ec3f4
1 changed files with 6 additions and 0 deletions

View File

@ -25,4 +25,10 @@ steps:
pull: always
commands:
- PGVER=10 sh ci/dronie/postgis_regress.sh
- name: build-11
image: *test-image
pull: always
commands:
- PGVER=11 sh ci/dronie/postgis_regress.sh
...