Skip to content

Commit

Permalink
Add ruby-head to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vsppedro committed Mar 21, 2021
1 parent 83bca79 commit 3720ae0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -27,6 +27,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- head
- 3.0.0
- 2.7.2
- 2.6.6
Expand All @@ -42,6 +43,9 @@ jobs:
- { ruby: 3.0.0, appraisal: rails_5_0 }
- { ruby: 3.0.0, appraisal: rails_5_1 }
- { ruby: 3.0.0, appraisal: rails_5_2 }
- { ruby: head, appraisal: rails_5_0 }
- { ruby: head, appraisal: rails_5_1 }
- { ruby: head, appraisal: rails_5_2 }
env:
DATABASE_ADAPTER: ${{ matrix.adapter }}
BUNDLE_GEMFILE: gemfiles/${{ matrix.appraisal }}.gemfile
Expand Down

0 comments on commit 3720ae0

Please sign in to comment.