Skip to content

Commit 603480d

Browse files
authored
* Bump maintenance branches to 3.2.10 (#1085)
Ruby 3.2.10 has been released: https://www.ruby-lang.org/en/news/2026/01/14/ruby-3-2-10-released/ Bump 3.2 branch from 3.2.9 to 3.2.10: ruby/ruby@v3_2_9...v3_2_10 There seems to be no change to syntax.
1 parent c1900f8 commit 603480d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
ruby: ["3.1.7", "3.2.9", "3.3.10", "3.4.1", "jruby-9.4"]
20+
ruby: ["3.1.7", "3.2.10", "3.3.10", "3.4.1", "jruby-9.4"]
2121
test_command: ["bundle exec rake test"]
2222
include:
2323
- ruby: "head"

lib/parser/current.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def warn_syntax_deviation(feature, version)
102102
CurrentRuby = Ruby31
103103

104104
when /^3\.2\./
105-
current_version = '3.2.9'
105+
current_version = '3.2.10'
106106
if RUBY_VERSION != current_version
107107
warn_syntax_deviation 'parser/ruby32', current_version
108108
end

0 commit comments

Comments
 (0)