From b90a54256a40e95bbdadc999175d0a12e9537ff1 Mon Sep 17 00:00:00 2001 From: Bart Westenenk Date: Mon, 26 Jan 2026 16:11:50 +0100 Subject: [PATCH] Adds Ruby 4.0 to CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86ab274..22631c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ ruby-head, '3.4', '3.3','3.2', '3.1', '3.0', truffleruby ] + ruby: [ ruby-head, '4.0', '3.4', '3.3','3.2', '3.1', '3.0', truffleruby ] steps: - name: Checkout uses: actions/checkout@v2