From 48ca7d03e02470912e6b7468ea32e62289520dd2 Mon Sep 17 00:00:00 2001 From: Tim Craft Date: Thu, 11 Jan 2024 15:22:29 +0000 Subject: [PATCH] Test with ruby 3.3 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 26dd9ea..c459059 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - ruby: [ '2.7', '3.0', '3.1', '3.2', jruby, truffleruby ] + ruby: [ '3.0', '3.1', '3.2', '3.3', jruby, truffleruby ] steps: - uses: actions/checkout@v4