From 1642080fbc82a943f6038433ff6b74d548836a0b Mon Sep 17 00:00:00 2001 From: Chris Beer Date: Wed, 19 Nov 2025 09:53:22 -0800 Subject: [PATCH] Update CI matrix --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7de869a..a144f38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,14 +12,14 @@ jobs: strategy: matrix: ruby: - - '3.2.5' - - '3.3.4' - - jruby-9.4.8.0 + - '3.4.7' + - '3.3.10' + - jruby-9.4.14.0 solr_version: [''] include: - - ruby: '3.3.4' + - ruby: '3.4.7' solr_version: '8.11.4' - - ruby: '3.3.4' + - ruby: '3.4.7' solr_version: '9.6.1' env: SOLR_WRAPPER_SOLR_VERSION: ${{ matrix.solr_version }}