Upgrading postgresql to 17.5 (#151)

Closes #150
This commit was merged in pull request #151.
This commit is contained in:
KD
2025-07-12 15:59:23 -04:00
committed by GitHub
parent 3cde57dca8
commit 7fdea3491f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-24.04
services:
postgres:
image: postgres:17.4
image: postgres:17.5
env:
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
POSTGRES_USER: ${{ secrets.POSTGRES_USER }}