Skip to content

Commit d08ffb9

Browse files
authored
* Bump 3.1 branch to 3.1.6 (#1014)
Ruby 3.1.6 has been released: https://www.ruby-lang.org/en/news/2024/05/29/ruby-3-1-6-released/ Bump 3.1 branch from 3.1.5 to 3.1.6: ruby/ruby@v3_1_5...v3_1_6 There seems to be no change to the syntax.
1 parent 3e260d2 commit d08ffb9

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.0.7", "3.1.5", "3.2.4", "3.3.1", "jruby-9.2"]
20+
ruby: ["3.0.7", "3.1.6", "3.2.4", "3.3.1", "jruby-9.2"]
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
@@ -93,7 +93,7 @@ def warn_syntax_deviation(feature, version)
9393
CurrentRuby = Ruby30
9494

9595
when /^3\.1\./
96-
current_version = '3.1.5'
96+
current_version = '3.1.6'
9797
if RUBY_VERSION != current_version
9898
warn_syntax_deviation 'parser/ruby31', current_version
9999
end

0 commit comments

Comments
 (0)