Skip to content

Commit

Permalink
Adding postgres v16 to application tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew committed Aug 27, 2024
1 parent b494319 commit 45913c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
postgres_version: ['14']
postgres_version: ['14','16']
services:
postgres:
image: postgres:${{ matrix.postgres_version }}
Expand Down

0 comments on commit 45913c2

Please sign in to comment.