Skip to content

Commit

Permalink
Add postgres 15 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mstilkerich committed Jan 10, 2023
1 parent e5e63c4 commit 36cd6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -138,7 +138,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres-version: ['9', '10', '11', '12', '13', '14']
postgres-version: ['9', '10', '11', '12', '13', '14', '15']

runs-on: ubuntu-20.04

Expand Down

0 comments on commit 36cd6b9

Please sign in to comment.