Skip to content

Commit

Permalink
Add PostgreSQL v.14 to the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zilder committed Oct 4, 2021
1 parent 5d01d0e commit 182a849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pg: [13, 12, 11, 10, 9.6, 9.5]
pg: [14, 13, 12, 11, 10, 9.6, 9.5]
name: PostgreSQL ${{ matrix.pg }}
runs-on: ubuntu-latest
if: "! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"
Expand Down

0 comments on commit 182a849

Please sign in to comment.