Skip to content

Commit

Permalink
CI against Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jun 3, 2023
1 parent c396bae commit 9b519dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby_version: [3.1, "3.0", 2.7, 2.6, jruby]
ruby_version: [3.2, 3.1, "3.0", 2.7, 2.6, jruby]
gemfile:
- Gemfile
- gemfiles/Gemfile.rails-5.2.x
Expand All @@ -26,6 +26,10 @@ jobs:
- gemfiles/Gemfile.rails-7.0.x
- gemfiles/Gemfile.rails-main
exclude:
# Ruby 3.2 is not supported by Rails 5.2.x
- ruby_version: 3.2
gemfile: gemfiles/Gemfile.rails-5.2.x

# Ruby 3.1 is not supported by Rails 5.2.x
- ruby_version: 3.1
gemfile: gemfiles/Gemfile.rails-5.2.x
Expand Down

0 comments on commit 9b519dc

Please sign in to comment.