Skip to content

Commit

Permalink
Merge pull request #558 from ruby-i18n/ca-build
Browse files Browse the repository at this point in the history
Build updates
  • Loading branch information
radar committed Feb 11, 2021
2 parents 7a885fd + bb7b689 commit 7a262de
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby_version: [3.0.0, 2.7.1, 2.6.5, 2.5.7, 2.4.9, 2.3.8, jruby]
ruby_version: [3.0, 2.7, 2.6, 2.5, 2.4, 2.3, jruby]
gemfile:
[
Gemfile,
Expand All @@ -28,25 +28,37 @@ jobs:
]
exclude:
# Ruby 3.x is not supported by Rails 5.2.x
- ruby_version: 3.0.0
- ruby_version: 3.0
gemfile: gemfiles/Gemfile.rails-5.2.x
# Ruby 3.x is not supported by Rails 5.1.x
- ruby_version: 3.0
gemfile: gemfiles/Gemfile.rails-5.1.x
# Ruby 3.x is not supported by Rails 5.0.x
- ruby_version: 3.0
gemfile: gemfiles/Gemfile.rails-5.0.x
# Ruby 2.6.x is not supported by Rails main
- ruby_version: 2.6
gemfile: gemfiles/Gemfile.rails-main
# Ruby 2.5.x is not supported by Rails main
- ruby_version: 2.5
gemfile: gemfiles/Gemfile.rails-main
# Ruby 2.4.x is not supported by Rails main
- ruby_version: 2.4.9
- ruby_version: 2.4
gemfile: gemfiles/Gemfile.rails-main
# Ruby 2.4.x is not supported by Rails 6.1.x
- ruby_version: 2.4.9
- ruby_version: 2.4
gemfile: gemfiles/Gemfile.rails-6.1.x
# Ruby 2.4.x is not supported by Rails 6.0.x
- ruby_version: 2.4.9
- ruby_version: 2.4
gemfile: gemfiles/Gemfile.rails-6.0.x
# Ruby 2.3.x is not supported by Rails 6.1.x
- ruby_version: 2.3.8
- ruby_version: 2.3
gemfile: gemfiles/Gemfile.rails-6.1.x
# Ruby 2.3.x is not supported by Rails main
- ruby_version: 2.3.8
- ruby_version: 2.3
gemfile: gemfiles/Gemfile.rails-main
# Ruby 2.3.x is not supported by Rails 6.0.x
- ruby_version: 2.3.8
- ruby_version: 2.3
gemfile: gemfiles/Gemfile.rails-6.0.x
# JRuby is not supported by Rails main
- ruby_version: jruby
Expand Down

0 comments on commit 7a262de

Please sign in to comment.