Skip to content

Commit

Permalink
Add Ruby 3 to tested versions (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadabahmed authored Dec 28, 2020
1 parent 26e61f5 commit d120fe1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@ jobs:
rails-version: 5.2
- ruby-version: 2.7.2
bundler-version: default
rails-version: 6.0.3.4
rails-version: 6.0
- ruby-version: 2.7.2
bundler-version: default
rails-version: 6.1
- ruby-version: 3.0.0
bundler-version: default
rails-version: 6.1
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby-version }}
Expand Down

0 comments on commit d120fe1

Please sign in to comment.