diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 12a2800..7b31802 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