tsk-86: Postgresql version bump 18.0

This commit is contained in:
kdeng00
2025-11-02 16:47:37 -05:00
parent 7940527418
commit 4f5673c67e
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-24.04
services:
postgres:
image: postgres:17.5
image: postgres:18.0
env:
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
POSTGRES_USER: ${{ secrets.POSTGRES_USER }}