Skip to content

Commit

Permalink
CI: Update PostgreSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Nov 17, 2022
1 parent 574ecad commit 8431e47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binary-gems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
include:
- ruby: "3.1"
platform: "x64-mingw-ucrt"
PGVERSION: 15.0-rc1-windows-x64
PGVERSION: 15.1-1-windows-x64
- ruby: "2.5"
platform: "x64-mingw32"
PGVERSION: 10.20-1-windows
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/source-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
include:
- os: windows
ruby: "head"
PGVERSION: 15.0-rc1-windows-x64
PGVER: "14"
PGVERSION: 15.1-1-windows-x64
PGVER: "15"
- os: windows
ruby: "2.5"
PGVERSION: 9.4.26-1-windows-x64
PGVER: "9.4"
- os: ubuntu
ruby: "head"
PGVER: "14"
PGVER: "15"
- os: ubuntu
ruby: "3.1"
PGVER: "12"
Expand All @@ -51,11 +51,11 @@ jobs:
PGVER: "13"
- os: ubuntu
ruby: "truffleruby-head"
PGVER: "14"
PGVER: "15"
- os: macos
ruby: "head"
PGVERSION: 13.8-1-osx
PGVER: "13"
PGVERSION: 15.1-1-osx
PGVER: "15"

runs-on: ${{ matrix.os }}-latest
env:
Expand Down

0 comments on commit 8431e47

Please sign in to comment.