From b181b01bb4740e80629a6dbdb777e65d22565831 Mon Sep 17 00:00:00 2001 From: HoneyryderChuck Date: Sat, 27 Dec 2025 22:05:19 +0000 Subject: [PATCH] adding ruby 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 c5d9567..750eae8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [2.7 ,'3.0', 3.1, 3.2, 3.3, 3.4, jruby, truffleruby] + ruby: [2.7 ,'3.0', 3.1, 3.2, 3.3, 3.4, 4.0, jruby, truffleruby] steps: - uses: actions/checkout@v4