Skip to content

Commit

Permalink
Exclude Ruby 2.6 on Rails 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Feb 16, 2022
1 parent 62196ce commit 38a33aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -133,6 +133,10 @@ jobs:
version: 'edge'
experimental: true
exclude:
- ruby: '2.6'
orm:
name: 'active_record'
version: '7.0'
- ruby: '2.7'
orm:
name: 'active_record'
Expand Down

0 comments on commit 38a33aa

Please sign in to comment.