Skip to content

Commit

Permalink
Merge pull request #74 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 committed Nov 10, 2023
2 parents db2a440 + 9db71ff commit c60c765
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: ["16.0", 15.4, 14.9, 13.12, 12.16, 11.21]
postgres: [16.1, 15.5, 14.10, 13.13, 12.17, 11.22]
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: ["16.0", 15.4, 14.9, 13.12, 12.16, 11.21]
postgres: [16.1, 15.5, 14.10, 13.13, 12.17, 11.22]
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand All @@ -56,7 +56,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: ["16.0", 15.4, 14.9, 13.12, 12.16, 11.21]
postgres: [16.1, 15.5, 14.10, 13.13, 12.17, 11.22]
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand All @@ -74,7 +74,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: ["16.0", 15.4, 14.9, 13.12, 12.16, 11.21]
postgres: [16.1, 15.5, 14.10, 13.13, 12.17, 11.22]
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand Down

0 comments on commit c60c765

Please sign in to comment.