From 3aa9987d21e2da0aaa6f40b8cae31482c8279034 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Sat, 28 Dec 2024 15:23:49 -0600 Subject: [PATCH] Add Ruby 3.4 to CI matrix (#148) --- .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 5d144d2..4602d74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ["3.1", "3.2", "3.3", "head"] + ruby: ["3.1", "3.2", "3.3", "3.4", "head"] steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1