Postgres update (#25)
textsender_api PR / Rustfmt (pull_request) Successful in 43s
textsender_api PR / Clippy (pull_request) Successful in 1m47s
textsender_api PR / Check (pull_request) Successful in 2m49s

Reviewed-on: phoenix/textsender_api#25
This commit was merged in pull request #25.
This commit is contained in:
2026-06-20 20:15:04 -04:00
parent 58fa5e0d26
commit 276d5b60d4
5 changed files with 5 additions and 5 deletions
+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' }}