diff options
author | 2022-10-02 22:36:06 +0100 | |
---|---|---|
committer | 2022-10-02 22:36:06 +0100 | |
commit | e1a81efc310d347309339d07eecf33c1201a2c89 (patch) | |
tree | 64603db58bead216631138131d83fda7b396d7ff /.github | |
parent | Update CI to support matrix postgres versions (diff) |
Add a psql 15rc1 image
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a5f88e..f69f21e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: build: strategy: matrix: - postgres_version: [12, 13, 14] + postgres_version: [12, 13, 14, 15rc1] runs-on: ubuntu-latest steps: |