Skip to content

bump postgres versions #162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from
6 changes: 6 additions & 0 deletions .github/workflows/build-test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
if: github.ref_name != 'master'
name: push-test-images-for-dev
runs-on: ubuntu-latest
permissions:
packages: write
needs:
- prepare_pgversion_matrix
strategy:
Expand Down Expand Up @@ -55,6 +57,8 @@ jobs:
if: github.ref_name != 'master'
name: push-test-images-for-dev
runs-on: ubuntu-latest
permissions:
packages: write
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -85,6 +89,8 @@ jobs:
if: github.ref_name == 'master'
name: push-test-images-for-release
runs-on: ubuntu-latest
permissions:
packages: write
strategy:
fail-fast: false

Expand Down
8 changes: 4 additions & 4 deletions circleci/images/PG_VERSIONS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PG14=14.14
PG15=15.9
PG16=16.5
PG17=17.1
PG14=14.15
PG15=15.10
PG16=16.6
PG17=17.2
Loading