Skip to content

Commit

Permalink
fix(ruby-grape#20): Run tests with Ruby 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jcagarcia committed Nov 15, 2023
1 parent f8b54ae commit 0d7acd7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
ruby-version: ['2.5', '2.6', '2.7']
ruby-version: ['2.6', '2.7', '3.0']

steps:
- uses: actions/checkout@v3
Expand All @@ -19,5 +19,4 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
run: bundle exec rake

run: bundle exec rspec

0 comments on commit 0d7acd7

Please sign in to comment.