Skip to content

Commit

Permalink
#71 add postgres 16 to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomix26 committed Sep 15, 2023
1 parent 3cd8d04 commit 3f0d999
Showing 1 changed file with 4 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.4, 14.9, 13.12, 12.16, 11.21]
postgres: ["16.0", 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.4, 14.9, 13.12, 12.16, 11.21]
postgres: ["16.0", 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.4, 14.9, 13.12, 12.16, 11.21]
postgres: ["16.0", 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.4, 14.9, 13.12, 12.16, 11.21]
postgres: ["16.0", 15.4, 14.9, 13.12, 12.16, 11.21]
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand Down

0 comments on commit 3f0d999

Please sign in to comment.