Skip to content

Commit

Permalink
chore: add Ruby 2.7 to CI (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sixeight authored Jan 26, 2021
1 parent ea4c35d commit 1d30e67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
ruby-version: [2.2.10, 2.3.0, 2.3.8, 2.4.5, 2.5.3, 2.6.0]
ruby-version: [2.2.10, 2.3.0, 2.3.8, 2.4.5, 2.5.3, 2.6.0, 2.7.2]
gemfile:
- gemfiles/rails42.gemfile
- gemfiles/rails50.gemfile
- gemfiles/rails51.gemfile
- gemfiles/rails52.gemfile
- gemfiles/rails60.gemfile
exclude:
- gemfile: gemfiles/rails42.gemfile
ruby-version: 2.7.2
- gemfile: gemfiles/rails42.gemfile
ruby-version: 2.6.0
- gemfile: gemfiles/rails52.gemfile
Expand Down

0 comments on commit 1d30e67

Please sign in to comment.