Skip to content

Commit

Permalink
feat: add newer postgres versions to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay committed Sep 2, 2024
1 parent d49f865 commit f607867
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows-src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ export default createWorkflow(({setWorkflowName, addTrigger, addJob}) => {
'11.9-alpine',
'12.4-alpine',
'13.0-alpine',
'14.9-alpine',
'15.8-alpine',
'16.4-alpine',
],
},
{failFast: false},
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@ jobs:
- 11.9-alpine
- 12.4-alpine
- 13.0-alpine
- 14.9-alpine
- 15.8-alpine
- 16.4-alpine
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f607867

Please sign in to comment.