Skip to content

Commit

Permalink
Update github workflows files
Browse files Browse the repository at this point in the history
  • Loading branch information
zwyan0 committed Jan 16, 2024
1 parent 88f0e05 commit 838f250
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.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
- "16"
- "15"
- "14"
- "13"
- "12"
- "11"
- "10"
- "9.6"

env:
CACHE_VERSION: 20221222 # to identify cache version

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
- "15.1"
- "14.6"
- "13.9"
- "12.13"
- "11.18"
- "10.23"
- "9.6.24"
- "16.1"
- "15.5"
- "14.10"
- "13.13"
- "12.17"
- "11.22"

env:
CACHE_VERSION: 20221222 # to identify cache version

Expand Down

0 comments on commit 838f250

Please sign in to comment.