Skip to content

Commit

Permalink
Merge pull request #665 from amatsuda/ci_ruby32
Browse files Browse the repository at this point in the history
CI against Ruby 3.2
  • Loading branch information
radar committed Jun 3, 2023
2 parents c396bae + 9b519dc commit 767c0a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ruby.yml
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 767c0a2

Please sign in to comment.