Skip to content

Commit

Permalink
developments for PG14.0 (#114)
Browse files Browse the repository at this point in the history
* update the github action workflow for PG14.0
  • Loading branch information
mikecaat committed Oct 7, 2021
1 parent 7e6883a commit 74b0cb8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
strategy:
matrix:
PGVERSION: # TODO: build with master branch
- 13
- 12
- 11
- 10
- 9.6
- 9.5
- "14"
- "13"
- "12"
- "11"
- "10"
- "9.6"
- "9.5"
env:
CACHE_VERSION: 20210426 # to identify cache version

Expand Down Expand Up @@ -66,6 +67,7 @@ jobs:
libreadline-dev \
libselinux-dev \
libedit-dev \
liblz4-dev \
zlib1g-dev \
postgresql-${{ env.PGVERSION }} \
postgresql-server-dev-${{ env.PGVERSION }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
strategy:
matrix:
PGVERSION: # TODO: build with master branch
- 14beta3
- 13.4
- 12.8
- 11.13
- 10.18
- 9.6.23
- 9.5.25
- "14.0"
- "13.4"
- "12.8"
- "11.13"
- "10.18"
- "9.6.23"
- "9.5.25"
env:
CACHE_VERSION: 20210426 # to identify cache version

Expand Down

0 comments on commit 74b0cb8

Please sign in to comment.