Add qualifier functions; bump to PHP 8.5

This commit is contained in:
2026-01-24 14:58:02 -05:00
parent 8ff7a36752
commit 33038c2f41
8 changed files with 728 additions and 595 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