Skip to content

Commit

Permalink
Merge pull request #70 from zonkyio/upgrade-postgres-versions
Browse files Browse the repository at this point in the history
Upgrade to the latest postgres versions
  • Loading branch information
tomix26 authored Aug 13, 2023
2 parents 61330f5 + bcec59b commit 3cd8d04
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: [15.3, 14.8, 13.11, 12.15, 11.20]
postgres: [15.4, 14.9, 13.12, 12.16, 11.21]
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: [15.3, 14.8, 13.11, 12.15, 11.20]
postgres: [15.4, 14.9, 13.12, 12.16, 11.21]
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand All @@ -56,7 +56,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: [15.3, 14.8, 13.11, 12.15, 11.20]
postgres: [15.4, 14.9, 13.12, 12.16, 11.21]
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand All @@ -74,7 +74,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: [15.3, 14.8, 13.11, 12.15, 11.20]
postgres: [15.4, 14.9, 13.12, 12.16, 11.21]
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand Down
5 changes: 5 additions & 0 deletions scripts/repack-postgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ if [ "$PLATFORM_NAME" = "darwin" ] ; then
$([ -f lib/libicudata.dylib ] && echo lib/libicudata*.dylib lib/libicui18n*.dylib lib/libicuuc*.dylib || echo ) \
$([ -f lib/libncursesw.6.dylib ] && echo lib/libncurses*.dylib || echo ) \
$([ -f lib/liblz4.dylib ] && echo lib/liblz*.dylib || echo ) \
$([ -f lib/libgssapi_krb5.dylib ] && echo lib/libgssapi_krb5.*.*.dylib || echo ) \
$([ -f lib/libkrb5.dylib ] && echo lib/libkrb5.*.*.dylib || echo ) \
$([ -f lib/libkrb5support.dylib ] && echo lib/libkrb5support.*.*.dylib || echo ) \
$([ -f lib/libk5crypto.dylib ] && echo lib/libk5crypto.*.*.dylib || echo ) \
$([ -f lib/libcom_err.dylib ] && echo lib/libcom_err.*.*.dylib || echo ) \
$([ -f opt/local/lib/libncurses.6.dylib ] && echo opt || echo ) \
lib/libz*.dylib \
lib/libpq*.dylib \
Expand Down

0 comments on commit 3cd8d04

Please sign in to comment.