Skip to content

Commit f3c31c8

Browse files
authored
Merge pull request #108 from zonkyio/upgrade-postgres-versions
Upgrade to the latest postgres versions
2 parents 1e899a8 + 7859072 commit f3c31c8

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
postgres: ["18.2", "17.8", "16.12", "15.16", "14.21"]
10+
postgres: ["18.3", "17.9", "16.13", "15.17", "14.22"]
1111
steps:
1212
- name: Checkout project
1313
uses: actions/checkout@v3
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
postgres: ["18.2", "17.8", "16.12", "15.16", "14.21"]
37+
postgres: ["18.3", "17.9", "16.13", "15.17", "14.22"]
3838
steps:
3939
- name: Checkout project
4040
uses: actions/checkout@v3
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
fail-fast: false
5858
matrix:
59-
postgres: ["18.2", "17.8", "16.12", "15.16", "14.21"]
59+
postgres: ["18.3", "17.9", "16.13", "15.17", "14.22"]
6060
steps:
6161
- name: Checkout project
6262
uses: actions/checkout@v3
@@ -69,6 +69,7 @@ jobs:
6969
run: |
7070
brew update
7171
brew install postgresql
72+
echo "$(brew --prefix postgresql)/bin" >> $GITHUB_PATH
7273
- name: Test PostgreSQL bundle
7374
run: ./gradlew :repacked-platforms:testAmd64DarwinJar -Pversion=${{ matrix.postgres }}-TEST -PpgVersion=${{ matrix.postgres }}
7475
timeout-minutes: 10
@@ -78,7 +79,7 @@ jobs:
7879
strategy:
7980
fail-fast: false
8081
matrix:
81-
postgres: ["18.2", "17.8", "16.12", "15.16", "14.21"]
82+
postgres: ["18.3", "17.9", "16.13", "15.17", "14.22"]
8283
steps:
8384
- name: Checkout project
8485
uses: actions/checkout@v3

0 commit comments

Comments
 (0)