Skip to content

Commit

Permalink
Run tests on the latest patch version of each Ruby release
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Feb 6, 2021
1 parent 0053286 commit 2a02807
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 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,25 @@ 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 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 2a02807

Please sign in to comment.