From b6b70d66e55395aae12b57e1b7fbed8b3a0c3994 Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Fri, 15 Sep 2023 09:44:00 +0200 Subject: [PATCH] CI: Uate to PostgreSQL-16 --- .github/workflows/binary-gems.yml | 2 +- .github/workflows/source-gem.yml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/binary-gems.yml b/.github/workflows/binary-gems.yml index ee4955b41..a3bd42218 100644 --- a/.github/workflows/binary-gems.yml +++ b/.github/workflows/binary-gems.yml @@ -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" diff --git a/.github/workflows/source-gem.yml b/.github/workflows/source-gem.yml index dd9bf5854..aa412af3f 100644 --- a/.github/workflows/source-gem.yml +++ b/.github/workflows/source-gem.yml @@ -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" @@ -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: