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 6, 2021
1 parent 85e268a commit 91eed61
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
container: zilder/pg-ext-check
Expand Down

0 comments on commit 91eed61

Please sign in to comment.