Skip to content

Commit

Permalink
Merge pull request #192 from praekeltfoundation/db_upgrade
Browse files Browse the repository at this point in the history
Adding postgres v16 to application tests
  • Loading branch information
MatthewWeppenaar authored Aug 27, 2024
2 parents 03afced + d666e9b commit f225fdf
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 f225fdf

Please sign in to comment.