From cf42b726197503673603635eb354f79cc3bcb820 Mon Sep 17 00:00:00 2001 From: Parsa Date: Sun, 1 Oct 2023 23:24:11 +0330 Subject: [PATCH] chore(workflows/test): Add postgres versions 14 and 15 --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 087a1bb..a17702e 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -15,7 +15,7 @@ jobs: matrix: os: [ubuntu] os_version: [20.04, 22.04] - postgres_version: [9.5, 10, 11, 12, 13] + postgres_version: [9.5, 10, 11, 12, 13, 14, 15] runs-on: ubuntu-20.04