add postgresql 17 (#630)

This commit is contained in:
Saeed Vaziry
2025-06-25 22:01:39 +02:00
committed by GitHub
parent f4414a931e
commit 15d8cb1705
2 changed files with 12 additions and 0 deletions

View File

@ -65,6 +65,7 @@ private function databases(): void
->label('PostgreSQL')
->handler(Postgresql::class)
->versions([
'17',
'16',
'15',
'14',