mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-15 18:13:18 +08:00
Bump minimum version for ABI test to 9.6.2
We need the function `convert_tuples_by_name_map` which only appears in 9.6.2.
This commit is contained in:
parent
2e1f3b9fd0
commit
ff1ab457e7
@ -43,7 +43,8 @@ jobs:
|
||||
- if: type = cron
|
||||
stage: test
|
||||
script:
|
||||
- PG_MAJOR=9.6 PG_MINOR_COMPILE=1 bash -x ./scripts/docker-run-abi-test.sh
|
||||
# Versions <=9.6.1 is missing function `convert_tuples_by_name_map` needed by our code
|
||||
- PG_MAJOR=9.6 PG_MINOR_COMPILE=2 bash -x ./scripts/docker-run-abi-test.sh
|
||||
|
||||
- stage: test
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user