aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-02-09 09:29:48 +0000
committerGravatar Chris Lovering <[email protected]>2024-02-09 09:29:48 +0000
commita1547fb64b809ff557a77c92d1eba17a8a86433c (patch)
tree1770b337e6c2d59e09eef2d42481d0094dfc1af1 /.github/workflows/build.yml
parentBump PG_CRON to 1.6.2 and PG_REPACK to 1.5.0 (diff)
Add support for postgres 16
Diffstat (limited to '.github/workflows/build.yml')
-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 e10ca24..0404f5d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
- postgres_version: [12, 13, 14, 15]
+ postgres_version: [12, 13, 14, 15, 16]
runs-on: ubuntu-latest
steps: