Skip to content

Commit 4dc7da8

Browse files
authored
* Bump maintenance branches to 3.3.11 (#1088)
Ruby 3.3.11 has been released: https://www.ruby-lang.org/en/news/2026/03/26/ruby-3-3-11-released/ Bump 3.3 branch from 3.3.10 to 3.3.11: ruby/ruby@v3_3_10...v3_3_11 There seems to be no change to syntax.
1 parent 33a1170 commit 4dc7da8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
test_command: "bundle exec rake test || true"
2727
- ruby: "3.2.9"
2828
test_command: "./ci/run_rubocop_specs || true"
29-
- ruby: "3.3.10"
29+
- ruby: "3.3.11"
3030
test_command: "./ci/run_rubocop_specs || true"
3131
- ruby: "3.4.1"
3232
test_command: "./ci/run_rubocop_specs || true"

lib/parser/current.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def warn_syntax_deviation(feature, version)
111111
CurrentRuby = Ruby32
112112

113113
when /^3\.3\./
114-
current_version = '3.3.10'
114+
current_version = '3.3.11'
115115
if RUBY_VERSION != current_version
116116
warn_syntax_deviation 'parser/ruby33', current_version
117117
end

0 commit comments

Comments
 (0)