Skip to content

Commit

Permalink
chore: Update pg versions for test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicarl committed Oct 24, 2022
1 parent 70f2d5d commit 78df550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: test
on:
push:
branches:
- master
- master
pull_request:

jobs:
Expand All @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
pgversion: ["latest", 12, 11, 10, 9]
pgversion: [14, 13, 12, 11, 10, 9]

env:
PGVERSION: ${{ matrix.pgversion }}
Expand Down

0 comments on commit 78df550

Please sign in to comment.