Run Rails tests in Ruby 3
This commit is contained in:
parent
bc05f00672
commit
d1cdedd335
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ruby.yml
vendored
2
.github/workflows/ruby.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
- name: Set up Ruby 2.7
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 2.7
|
||||
ruby-version: [2.7, 3.0]
|
||||
- name: Test gem in Rails application
|
||||
run: |
|
||||
cd spec/rails
|
||||
|
|
Loading…
Reference in a new issue