summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTobias McNulty <tobias@caktusgroup.com>2025-09-12 11:41:48 -0400
committerGitHub <noreply@github.com>2025-09-12 11:41:48 -0400
commit6ace06c38b4589f39bdae8fbb88380f1b6f2f7d3 (patch)
treef7117651fdee1cadbd7f47f09ac80a4c2d4d082e /.github
parent1c5891bf4af534ebbb3298c906bf5d1743492404 (diff)
Upgraded to PostgreSQL 17 (#2195)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index a202574f..df448d1a 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
services:
postgres:
- image: postgres:14-alpine
+ image: postgres:17-trixie
env:
POSTGRES_PASSWORD: postgres
options: >-