Skip to content

Commit

Permalink
upgrade to pg16 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
NyakudyaA committed Sep 26, 2023
1 parent 70947ff commit c78bc8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
postgresMajorVersion:
- 15
- 16
postgisMajorVersion:
- 3
postgisMinorRelease:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
strategy:
matrix:
postgresMajorVersion:
- 15
- 16
postgisMajorVersion:
- 3
postgisMinorRelease:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
postgresMajorVersion:
- 15
- 16
postgisMajorVersion:
- 3
postgisMinorRelease:
Expand Down

0 comments on commit c78bc8a

Please sign in to comment.