Skip to content

Commit

Permalink
chore(workflows/test): Add postgres versions 14 and 15
Browse files Browse the repository at this point in the history
  • Loading branch information
tparsa committed Oct 1, 2023
1 parent a901655 commit cf42b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ubuntu]
os_version: [20.04, 22.04]
postgres_version: [9.5, 10, 11, 12, 13]
postgres_version: [9.5, 10, 11, 12, 13, 14, 15]

runs-on: ubuntu-20.04

Expand Down

0 comments on commit cf42b72

Please sign in to comment.