add postgresql 13 to the build matrix

This commit is contained in:
martinfrancois 2020-11-12 17:13:18 +01:00
parent f900fa4960
commit b125d9dd66
2 changed files with 6 additions and 2 deletions

View File

@ -125,6 +125,7 @@ if (( "$TEST_PRESENT" )); then
# Postgres versions supported by ARM64
create 10
else
create 13
create 12
create 11
create 10
@ -150,5 +151,6 @@ fi
# Postgres built from master
if (( "$TEST_FUTURE" )); then
create 13 13-master
# create 14 14-master
true
fi

View File

@ -56,6 +56,7 @@ if (( "$TEST_PRESENT" )); then
run_test 10
else
# Postgres versions supported by Travis CI
run_test 13
run_test 12
run_test 11
run_test 10
@ -81,5 +82,6 @@ fi
# Postgres built from master
if (( "$TEST_FUTURE" )); then
run_test 13
# create 14 14-master
true
fi