Skip to content

Commit

Permalink
* Bump 3.1 branch to 3.1.6 (#1014)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
koic authored May 30, 2024
1 parent 3e260d2 commit d08ffb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.0.7", "3.1.5", "3.2.4", "3.3.1", "jruby-9.2"]
ruby: ["3.0.7", "3.1.6", "3.2.4", "3.3.1", "jruby-9.2"]
test_command: ["bundle exec rake test"]
include:
- ruby: "head"
Expand Down
2 changes: 1 addition & 1 deletion lib/parser/current.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def warn_syntax_deviation(feature, version)
CurrentRuby = Ruby30

when /^3\.1\./
current_version = '3.1.5'
current_version = '3.1.6'
if RUBY_VERSION != current_version
warn_syntax_deviation 'parser/ruby31', current_version
end
Expand Down

0 comments on commit d08ffb9

Please sign in to comment.