Skip to content

Commit

Permalink
Merge pull request #586 from praekeltfoundation/test_multiple_postgre…
Browse files Browse the repository at this point in the history
…s_versions

Test against multiple postgres versions
  • Loading branch information
Hlamallama authored Oct 4, 2023
2 parents 2d119a3 + dbbd84d commit 1fe4e9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
postgres_version: ['12', '13', '14']
services:
postgres:
image: postgres:11.16
image: postgres:${{ matrix.postgres_version }}
env:
POSTGRES_DB: ndoh_hub
POSTGRES_USER: postgres
Expand Down

0 comments on commit 1fe4e9b

Please sign in to comment.