From b88335b38aa3ad396f03b287269f474476cee012 Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Thu, 5 Sep 2024 15:23:26 +0200 Subject: [PATCH] chore(ci): use postgres:15 image (#2258) --- .github/workflows/_e2e.yml | 2 +- .github/workflows/_rust_tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_e2e.yml b/.github/workflows/_e2e.yml index a19bf290cf8..2ca9a6afe48 100644 --- a/.github/workflows/_e2e.yml +++ b/.github/workflows/_e2e.yml @@ -31,7 +31,7 @@ jobs: runs-on: self-hosted services: postgres: - image: postgres + image: postgres:15 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgrespw diff --git a/.github/workflows/_rust_tests.yml b/.github/workflows/_rust_tests.yml index 04c3061206f..9780768c915 100644 --- a/.github/workflows/_rust_tests.yml +++ b/.github/workflows/_rust_tests.yml @@ -197,7 +197,7 @@ jobs: POSTGRES_PORT: 5432 services: postgres: - image: postgres + image: postgres:15 env: POSTGRES_PASSWORD: postgrespw options: >-