Skip to content

Commit fef51e5

Browse files
authored
Merge pull request #89 from zonkyio/upgrade-postgres-versions
Upgrade to the latest postgres versions
2 parents 9648aeb + 029654a commit fef51e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 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: ["17.0", "16.4", "15.8", "14.13", "13.16", "12.20"]
10+
postgres: ["17.1", "16.5", "15.9", "14.14", "13.17", "12.21"]
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: ["17.0", "16.4", "15.8", "14.13", "13.16", "12.20"]
37+
postgres: ["17.1", "16.5", "15.9", "14.14", "13.17", "12.21"]
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: ["17.0", "16.4", "15.8", "14.13", "13.16", "12.20"]
59+
postgres: ["17.1", "16.5", "15.9", "14.14", "13.17", "12.21"]
6060
steps:
6161
- name: Checkout project
6262
uses: actions/checkout@v3
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
fail-fast: false
8080
matrix:
81-
postgres: ["17.0", "16.4", "15.8", "14.13", "13.16", "12.20"]
81+
postgres: ["17.1", "16.5", "15.9", "14.14", "13.17", "12.21"]
8282
steps:
8383
- name: Checkout project
8484
uses: actions/checkout@v3

0 commit comments

Comments
 (0)