Skip to content

Commit d0009d3

Browse files
authored
Add head for ruby to workflow. (#836)
- removes checks for grape 1.3.3
1 parent 731c5a8 commit d0009d3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
ruby-version: ['2.6', '2.7', '3.0']
17-
grape-version: [1.5.3, 1.4.0, 1.3.3]
16+
ruby-version: ['2.6', '2.7', '3.0', 'head']
17+
grape-version: [1.5.3, 1.4.0]
1818
model-parser: [grape-swagger-entity, grape-swagger-representable, '']
1919

2020
steps:
@@ -28,5 +28,3 @@ jobs:
2828
bundler-cache: true
2929
- name: Run rspec
3030
run: bundle exec rspec
31-
- name: Run rubocop
32-
run: bundle exec rubocop

0 commit comments

Comments
 (0)