From 5ccc9d0212bb2413c01674dc9eee198415569d02 Mon Sep 17 00:00:00 2001 From: Cyril Gaudin Date: Mon, 28 Oct 2024 17:57:57 +0100 Subject: [PATCH] chore(tests): Remove Postrges 11 from tests matrix The version is not supported anymore by Postgres --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd788446..b0cf3441 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - pgversion: [16, 15, 14, 13, 12, 11] + pgversion: [16, 15, 14, 13, 12] env: PGVERSION: ${{ matrix.pgversion }}