File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
20
- ruby : ["3.1.6", "3.2.6 ", "3.3.7", "jruby-9.4"]
20
+ ruby : ["3.1.6", "3.2.7 ", "3.3.7", "jruby-9.4"]
21
21
test_command : ["bundle exec rake test"]
22
22
include :
23
23
- ruby : " head"
24
24
test_command : " bundle exec rake test || true"
25
25
- ruby : " truffleruby"
26
26
test_command : " bundle exec rake test || true"
27
- - ruby : " 3.2.6 "
27
+ - ruby : " 3.2.7 "
28
28
test_command : " ./ci/run_rubocop_specs || true"
29
29
- ruby : " 3.3.7"
30
30
test_command : " ./ci/run_rubocop_specs || true"
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ def warn_syntax_deviation(feature, version)
102
102
CurrentRuby = Ruby31
103
103
104
104
when /^3\. 2\. /
105
- current_version = '3.2.6 '
105
+ current_version = '3.2.7 '
106
106
if RUBY_VERSION != current_version
107
107
warn_syntax_deviation 'parser/ruby32' , current_version
108
108
end
You can’t perform that action at this time.
0 commit comments