From f6b36e8d4a8d2a397e338d3ce78a240ad498e43d Mon Sep 17 00:00:00 2001 From: Maciej Mensfeld Date: Fri, 26 Dec 2025 20:22:17 +0100 Subject: [PATCH] Add Ruby 4.0 to CI matrix Include Ruby 4.0 in the CI test matrix for both specs and integration tests. --- .github/workflows/specs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/specs.yml b/.github/workflows/specs.yml index abe968ef..562730c9 100644 --- a/.github/workflows/specs.yml +++ b/.github/workflows/specs.yml @@ -9,7 +9,7 @@ jobs: name: Specs strategy: matrix: - ruby: ['3.2', '3.3', '3.4'] + ruby: ['3.2', '3.3', '3.4', '4.0'] runs-on: ubuntu-latest steps: - name: Checkout code @@ -27,7 +27,7 @@ jobs: name: Integrations strategy: matrix: - ruby: ['3.2', '3.3', '3.4'] + ruby: ['3.2', '3.3', '3.4', '4.0'] runs-on: ubuntu-latest steps: - name: Checkout code