From cf68c31c4a84407036ce1e3dd5d89efc29dbc11a Mon Sep 17 00:00:00 2001 From: Pierre B <52003151+pbourdet@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:06:02 +0200 Subject: [PATCH] Added ruby 3.4 in GHA build matrix --- .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 b2b8f0c..504c2a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ['3.1', '3.2', '3.3'] + ruby: ['3.1', '3.2', '3.3', '3.4'] gemfile: - rails_6_1 - rails_7