aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-10-02 22:36:06 +0100
committerGravatar Chris Lovering <[email protected]>2022-10-02 22:36:06 +0100
commite1a81efc310d347309339d07eecf33c1201a2c89 (patch)
tree64603db58bead216631138131d83fda7b396d7ff /.github
parentUpdate CI to support matrix postgres versions (diff)
Add a psql 15rc1 image
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
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: