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