Skip to content

Commit

Permalink
Added automatic tests for 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gridanjbf committed Nov 16, 2021
1 parent 3d9f89f commit 53040cd
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,34 @@ jobs:
strategy:
matrix:
ruby-version: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0']
gemfile: [ rails_5.0, rails_5.1, rails_5.2, rails_6.0, rails_6.1 ]
gemfile: [ rails_5.0, rails_5.1, rails_5.2, rails_6.0, rails_6.1, rails_7.0.0.alpha2, rails_7.0.0.edge ]
experimental: [false]

exclude:
- ruby-version: '2.3'
gemfile: rails_6.0
- ruby-version: '2.3'
gemfile: rails_6.1
- ruby-version: '2.3'
gemfile: rails_7.0.0.alpha2
- ruby-version: '2.3'
gemfile: rails_7.0.0.edge
- ruby-version: '2.4'
gemfile: rails_6.0
- ruby-version: '2.4'
gemfile: rails_6.1
- ruby-version: '2.4'
gemfile: rails_7.0.0.alpha2
- ruby-version: '2.4'
gemfile: rails_7.0.0.edge
- ruby-version: '2.5'
gemfile: rails_7.0.0.alpha2
- ruby-version: '2.5'
gemfile: rails_7.0.0.edge
- ruby-version: '2.6'
gemfile: rails_7.0.0.alpha2
- ruby-version: '2.6'
gemfile: rails_7.0.0.edge
- ruby-version: '2.6'
gemfile: rails_5.0
- ruby-version: '2.6'
Expand All @@ -49,6 +65,8 @@ jobs:
gemfile: rails_5.1
- ruby-version: '2.7'
gemfile: rails_5.2
- ruby-version: '2.7'
gemfile: rails_7.0.0.edge
- ruby-version: '3.0'
gemfile: rails_5.0
- ruby-version: '3.0'
Expand Down

0 comments on commit 53040cd

Please sign in to comment.