From 276d74589a33689e73a5980776b403552fd187e1 Mon Sep 17 00:00:00 2001 From: Rowan Seymour Date: Wed, 17 Jul 2024 14:46:44 -0500 Subject: [PATCH] Test against postgresql 15 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a817676..1fcb539 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: services: postgres: - image: postgres:14-alpine + image: postgres:15-alpine env: POSTGRES_DB: indexer_test POSTGRES_USER: indexer_test