tsk-64: Postgresql version bump 18
All checks were successful
Rust Build / Rustfmt (pull_request) Successful in 3m33s
Rust Build / Test Suite (pull_request) Successful in 4m13s
Rust Build / Check (pull_request) Successful in 4m23s
Rust Build / Clippy (pull_request) Successful in 2m1s
Rust Build / build (pull_request) Successful in 3m35s
All checks were successful
Rust Build / Rustfmt (pull_request) Successful in 3m33s
Rust Build / Test Suite (pull_request) Successful in 4m13s
Rust Build / Check (pull_request) Successful in 4m23s
Rust Build / Clippy (pull_request) Successful in 2m1s
Rust Build / build (pull_request) Successful in 3m35s
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
||||
# --- Add database service definition ---
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:17.5
|
||||
image: postgres:18.0
|
||||
env:
|
||||
# Use secrets for DB init, with fallbacks for flexibility
|
||||
POSTGRES_USER: ${{ secrets.DB_TEST_USER || 'testuser' }}
|
||||
|
||||
Reference in New Issue
Block a user