From 7e28b289a9f92f94c07cdbcc6c02f88a80f6bfa5 Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Tue, 7 Jul 2026 11:44:25 +0000 Subject: [PATCH] Pin the postgres image version in tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 87584188a7..e5d20bfe93 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -655,7 +655,7 @@ jobs: services: postgres: - image: postgres + image: postgres:17 ports: - 5432:5432 env: