Updating postgresql

This commit is contained in:
2026-04-05 17:49:20 -04:00
parent 3c3de1a6ba
commit 405cc7d056
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-24.04
services:
postgres:
image: postgres:18.0
image: postgres:18.3-alpine
env:
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
POSTGRES_USER: ${{ secrets.POSTGRES_USER }}