Skip to content

Commit

Permalink
* Bump 3.2 branch to 3.2.5. (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliabylich committed Aug 7, 2024
1 parent c7af34c commit 40a515c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.0.7", "3.1.6", "3.2.4", "3.3.4", "jruby-9.2"]
ruby: ["3.0.7", "3.1.6", "3.2.5", "3.3.4", "jruby-9.2"]
test_command: ["bundle exec rake test"]
include:
- ruby: "head"
test_command: "bundle exec rake test || true"
- ruby: "truffleruby"
test_command: "bundle exec rake test || true"
- ruby: "3.2.4"
- ruby: "3.2.5"
test_command: "./ci/run_rubocop_specs || true"
- ruby: "3.3.4"
test_command: "./ci/run_rubocop_specs || true"
Expand Down
2 changes: 1 addition & 1 deletion lib/parser/current.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def warn_syntax_deviation(feature, version)
CurrentRuby = Ruby31

when /^3\.2\./
current_version = '3.2.4'
current_version = '3.2.5'
if RUBY_VERSION != current_version
warn_syntax_deviation 'parser/ruby32', current_version
end
Expand Down

0 comments on commit 40a515c

Please sign in to comment.