From 59ca84eab5211ac0ddf57c1453631dd3ce02470e Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Thu, 11 Jun 2026 13:32:56 +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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 4886e11..20a7616 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: [ '9', '10', '11', '12', '13' ] + postgres: [ '14', '15', '16', '17', '18' ] os: - ubuntu-latest services: