Skip to content

Commit 5decdce

Browse files
committed
Postgresql 16
1 parent d02dccc commit 5decdce

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
push:
1111
branches:
1212
- 14/edge
13+
- 16/edge
1314
paths:
1415
- snap/**
1516
workflow_dispatch:
@@ -25,7 +26,7 @@ jobs:
2526
- build
2627
uses: canonical/data-platform-workflows/.github/workflows/release_snap.yaml@v30.1.3
2728
with:
28-
channel: 14/edge
29+
channel: ${{ github.ref_name }}
2930
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
3031
secrets:
3132
snap-store-token: ${{ secrets.SNAP_STORE_TOKEN }}

snap/snapcraft.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: postgresql
2-
base: core22
3-
version: '14.15'
2+
base: core24
3+
version: '16.6'
44
summary: PostgreSQL in a snap.
55
description: |
66
PostgreSQL is a free and open-source relational database management
@@ -126,7 +126,7 @@ parts:
126126
postgres-debs:
127127
plugin: nil
128128
stage-packages:
129-
- postgresql=14+238
129+
- postgresql=16+257build1
130130
- util-linux
131131
- locales-all
132132
organize:

0 commit comments

Comments
 (0)