Skip to content

Commit

Permalink
Merge branch 'ci-ruby-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
kzkn committed Dec 26, 2020
2 parents 65934f5 + f4aefe9 commit 89490a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ jobs:
strategy:
matrix:
rails_version: [5.1.0, 5.2.0, 6.0.0, 6.1.0, master]
ruby_version: [2.7.x, 2.6.x, 2.5.x]
ruby_version: [3.0.x, 2.7.x, 2.6.x, 2.5.x]
exclude:
- ruby_version: 3.0.x

steps:
- uses: actions/checkout@v2

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ spec/dummy/.sass-cache
/coverage/assets
/coverage/*.json
/coverage/*.json.lock
/.ruby-version

0 comments on commit 89490a1

Please sign in to comment.