Skip to content

Commit

Permalink
Change Rails 7 build matrix to only supported Rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed Sep 16, 2021
1 parent 97bce36 commit 0363660
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,15 @@ jobs:
- appraisal: rails61
ruby: 2.4

# Rails 7 supports Ruby 2.5+
# Rails 7 supports Ruby 2.7+
- appraisal: rails70
ruby: 2.3
- appraisal: rails70
ruby: 2.4
- appraisal: rails70
ruby: 2.5
- appraisal: rails70
ruby: 2.6

services:
postgres:
Expand Down

0 comments on commit 0363660

Please sign in to comment.