diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 272c24266..b82cb0c06 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["3.1.7", "3.2.9", "3.3.10", "3.4.1", "jruby-9.4"] + ruby: ["3.1.7", "3.2.10", "3.3.10", "3.4.1", "jruby-9.4"] test_command: ["bundle exec rake test"] include: - ruby: "head" diff --git a/lib/parser/current.rb b/lib/parser/current.rb index 20f10979c..e4e149d92 100644 --- a/lib/parser/current.rb +++ b/lib/parser/current.rb @@ -102,7 +102,7 @@ def warn_syntax_deviation(feature, version) CurrentRuby = Ruby31 when /^3\.2\./ - current_version = '3.2.9' + current_version = '3.2.10' if RUBY_VERSION != current_version warn_syntax_deviation 'parser/ruby32', current_version end