Skip to content

Commit

Permalink
Merge pull request #46 from aiven/ettanany-build-for-pg16
Browse files Browse the repository at this point in the history
Build for pg16
  • Loading branch information
rdunklau authored Jan 5, 2024
2 parents 4acb009 + 98e41ae commit 797926e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
PGUSER: postgres
strategy:
matrix:
postgresql_version: [11, 12, 13, 14, 15]
postgresql_version: [11, 12, 13, 14, 15, 16]
experimental: [false]
repo: ["pgdg"]
# Define the current dev version to be experimental
include:
- postgresql_version: 16
- postgresql_version: 17
experimental: true
repo: "pgdg-snapshot"
steps:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ EXTRA_CLEAN = aiven_extras.control aiven-extras-rpm-src.tar

include $(PGXS)

rpm: rpm-96 rpm-10 rpm-11 rpm-12 rpm-13 rpm-14 rpm-15
rpm: rpm-96 rpm-10 rpm-11 rpm-12 rpm-13 rpm-14 rpm-15 rpm-16

aiven_extras.control: aiven_extras.control.in
mkdir -p $(@D)
Expand Down

0 comments on commit 797926e

Please sign in to comment.