Postgres update (#25)
Reviewed-on: phoenix/textsender_api#25
This commit was merged in pull request #25.
This commit is contained in:
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user