From 01c1c41896e28a14c45a3d802d7050291051e498 Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Sat, 16 May 2026 23:21:09 +0900 Subject: [PATCH] CI: Update PostgreSQL versions Test with current supported versions. Ref. https://www.postgresql.org/support/versioning/ Signed-off-by: Shizuo Fujita --- .github/workflows/linux-ruby-head.yml | 2 +- .github/workflows/linux.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-ruby-head.yml b/.github/workflows/linux-ruby-head.yml index 35a0d1f..9968328 100644 --- a/.github/workflows/linux-ruby-head.yml +++ b/.github/workflows/linux-ruby-head.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: ruby: [ 'head' ] - postgres: [ '16', '15', '14', '13', '12' ] + postgres: [ '18', '17', '16', '15', '14' ] os: - ubuntu-latest services: diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 0a09859..6bfc4ec 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -21,7 +21,7 @@ jobs: ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }} exclude: - ruby: head - postgres: [ '16', '15', '14', '13', '12' ] + postgres: [ '18', '17', '16', '15', '14' ] os: - ubuntu-latest services: