From 7e5ae0b197d27259ab1ca05e8f0899a0f9b773f3 Mon Sep 17 00:00:00 2001 From: Daniel Berger Date: Tue, 6 Feb 2024 11:23:58 -0500 Subject: [PATCH] Add Ruby 3.3 to the matrix. --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 30f0e47..92d407b 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -15,7 +15,7 @@ jobs: test: strategy: matrix: - ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', 'jruby', 'truffleruby'] + ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', 'jruby', 'truffleruby'] platform: [ubuntu-latest, macos-latest, windows-latest] exclude: - ruby-version: truffleruby