Skip to content

Commit

Permalink
Merge pull request #621 from praekeltfoundation/db_upgrade
Browse files Browse the repository at this point in the history
Adding postgres v16 to application tests
  • Loading branch information
erikh360 authored Oct 7, 2024
2 parents 97cae5d + 45913c2 commit 6a88d1c
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 6a88d1c

Please sign in to comment.