Skip to content

Commit

Permalink
CI: Uate to PostgreSQL-16
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Sep 15, 2023
1 parent 043add9 commit b6b70d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binary-gems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- os: windows-latest
ruby: "3.2"
platform: "x64-mingw-ucrt"
PGVERSION: 15.1-1-windows-x64
PGVERSION: 16.0-1-windows-x64
- os: windows-latest
ruby: "3.1.3-1"
platform: "x86-mingw32"
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/source-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ jobs:
include:
- os: windows
ruby: "head"
PGVERSION: 15.1-1-windows-x64
PGVER: "15"
PGVERSION: 16.0-1-windows-x64
PGVER: "16"
- os: windows
ruby: "2.5"
PGVERSION: 9.4.26-1-windows-x64
PGVER: "9.4"
- os: windows
ruby: "mswin"
PGVERSION: 15.1-1-windows-x64
PGVER: "15"
PGVERSION: 16.0-1-windows-x64
PGVER: "16"
- os: ubuntu
ruby: "head"
PGVER: "15"
PGVER: "16"
- os: ubuntu
ruby: "3.2"
PGVER: "12"
Expand All @@ -61,11 +61,11 @@ jobs:
PGVER: "13"
- os: ubuntu
ruby: "truffleruby-head"
PGVER: "15"
PGVER: "16"
- os: macos
ruby: "head"
PGVERSION: 15.1-1-osx
PGVER: "15"
PGVERSION: 16.0-1-osx
PGVER: "16"

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

0 comments on commit b6b70d6

Please sign in to comment.