From 25633b4233ce636b6c83b79c99138bbfd2ae707d Mon Sep 17 00:00:00 2001 From: Hakeem Abdul-Razak <94065808+hakeem0114@users.noreply.github.com> Date: Wed, 14 May 2025 15:31:33 -0400 Subject: [PATCH] Add ruby 3.4 to CI --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index a53435f..9af61cf 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: [ '3.0', '3.1', '3.2', '3.3' ] + ruby: [ '3.0', '3.1', '3.2', '3.3', '3.4' ] task: [ 'spec' ] include: - ruby: '3.0' # keep in sync with rubocop.yml and gemspec