Skip to content

Commit

Permalink
check postgres versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlamallama committed Oct 2, 2023
1 parent 554df83 commit 49e49ec
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 49e49ec

Please sign in to comment.