From fd0bd3a9ec22938ab157989380956f733f4c1d72 Mon Sep 17 00:00:00 2001 From: Herwin Date: Wed, 8 Jan 2025 14:40:23 +0100 Subject: [PATCH] Add Ruby 3.4 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 5caf8bc..4cddb57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, ruby-head, truffleruby-head ] + ruby: [ 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, ruby-head, truffleruby-head ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4