Skip to content

Commit

Permalink
Prevent CI testing Ruby 3.0 with Rails 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
vsppedro committed Mar 20, 2021
1 parent fddd803 commit 99f8be5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -38,6 +38,10 @@ jobs:
adapter:
- sqlite3
- postgresql
exclude:
- { ruby: 3.0.0, appraisal: rails_5_0 }
- { ruby: 3.0.0, appraisal: rails_5_1 }
- { ruby: 3.0.0, appraisal: rails_5_2 }
env:
DATABASE_ADAPTER: ${{ matrix.adapter }}
BUNDLE_GEMFILE: gemfiles/${{ matrix.appraisal }}.gemfile
Expand Down

0 comments on commit 99f8be5

Please sign in to comment.