Skip to content

Commit

Permalink
GitHub Actions: Build on Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chocoby committed Jan 18, 2020
1 parent cd4cb67 commit 36ad7b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- 2.4
- 2.5
- 2.6
- 2.7
gemfile:
- rails42.gemfile
- rails50.gemfile
Expand All @@ -31,6 +32,8 @@ jobs:
gemfile: rails60.gemfile
- ruby: 2.5
gemfile: rails60.gemfile
- ruby: 2.7
gemfile: rails42.gemfile

env:
CI: true
Expand Down

0 comments on commit 36ad7b1

Please sign in to comment.