Reviewed-on: #11
This commit was merged in pull request #11.
This commit is contained in:
2026-01-24 22:34:54 +00:00
parent 8ff7a36752
commit cc19cc9ce1
9 changed files with 737 additions and 601 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
export PDO_DOC_PGSQL_HOST=localhost:8301
PG_VERSIONS=('13' '14' '15' '16' 'latest')
PG_VERSIONS=('14' '15' '16' '17' 'latest')
for PG_VERSION in "${PG_VERSIONS[@]}"
do