Add head for ruby to workflow. (#836)

- removes checks for grape 1.3.3
This commit is contained in:
peter scholz 2021-10-02 08:30:48 +02:00 committed by GitHub
parent 731c5a8930
commit d0009d31bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0']
grape-version: [1.5.3, 1.4.0, 1.3.3]
ruby-version: ['2.6', '2.7', '3.0', 'head']
grape-version: [1.5.3, 1.4.0]
model-parser: [grape-swagger-entity, grape-swagger-representable, '']
steps:
@ -28,5 +28,3 @@ jobs:
bundler-cache: true
- name: Run rspec
run: bundle exec rspec
- name: Run rubocop
run: bundle exec rubocop