From 5f6909a57324f79ef3ef11c41aba7ca4b8a20159 Mon Sep 17 00:00:00 2001 From: Simon Oulevay Date: Sun, 10 Nov 2024 01:46:18 +0100 Subject: [PATCH] Test with postgres 12-17 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a3ce95..38093dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: MINESWEEPER_SECRET_KEY_BASE: secret strategy: matrix: - postgres: [17] + postgres: [12, 13, 14, 15, 16, 17] services: postgres: image: postgres:${{ matrix.postgres }}