Skip to content

Commit

Permalink
Only run compatible combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
koppen committed Jun 2, 2023
1 parent 97787ab commit 03a22b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
matrix:
rails-version: ['5.2.5', '6.0.3.6', '6.1.3.1', 'main']
ruby-version: ['2.5', '2.6', '2.7', '3.0']
exclude:
- rails-version: 'main'
ruby-version: '2.5'
- rails-version: 'main'
ruby-version: '2.6'
- rails-version: '5.2.5'
ruby-version: '3.0'

env:
RAILS_VERSION: ${{ matrix.rails-version }}
Expand Down

0 comments on commit 03a22b6

Please sign in to comment.