Skip to content

Commit

Permalink
support for PG17
Browse files Browse the repository at this point in the history
  • Loading branch information
kathia-barahona committed Aug 1, 2024
1 parent e120e4f commit 2d2512d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
PGUSER: postgres
strategy:
matrix:
postgresql_version: [11, 12, 13, 14, 15, 16]
postgresql_version: [12, 13, 14, 15, 16, 17]
experimental: [false]
repo: ["pgdg"]
# Define the current dev version to be experimental
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
short_ver = 1.1.13
last_ver = 1.1.12
short_ver = 1.1.14
last_ver = 1.1.13
long_ver = $(shell git describe --long 2>/dev/null || echo $(short_ver)-0-unknown-g`git describe --always`)
generated = aiven_extras.control \
sql/aiven_extras--$(short_ver).sql \
Expand All @@ -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-16
rpm: rpm-12 rpm-13 rpm-14 rpm-15 rpm-16 rpm-17

aiven_extras.control: aiven_extras.control.in
mkdir -p $(@D)
Expand Down
1 change: 1 addition & 0 deletions sql/aiven_extras--1.1.13--1.1.14.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- NOOP

0 comments on commit 2d2512d

Please sign in to comment.