Postgres update #25

Merged
phoenix merged 3 commits from postgres_update into alot_of_changes 2026-06-20 20:15:04 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7bf55599e3 - Show all commits
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
# --- Add database service definition ---
services:
postgres:
image: postgres:18.3-alpine
image: postgres:18.4-alpine
env:
# Use secrets for DB init, with fallbacks for flexibility
POSTGRES_USER: ${{ secrets.DB_TEST_USER || 'testuser' }}
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
# --- Add database service definition ---
services:
postgres:
image: postgres:18.3-alpine
image: postgres:18.4-alpine
env:
# Use secrets for DB init, with fallbacks for flexibility
POSTGRES_USER: ${{ secrets.DB_TEST_USER || 'testuser' }}