We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e710a8a commit ccf85c5Copy full SHA for ccf85c5
1 file changed
.github/workflows/test.yml
@@ -26,10 +26,6 @@ jobs:
26
name: test (ruby=${{ matrix.ruby }}, grape=${{ matrix.grape }}, grape-swagger=${{ matrix.grape_swagger}}, grape_entity=${{ matrix.grape_entity }})
27
strategy:
28
matrix:
29
- grape: [ '~> 2.0.0', 'head' ]
30
- grape_swagger: [ '~> 2.0.3', 'head' ]
31
- grape_entity: [ '~> 1.0.1', 'head' ]
32
- ruby: [ '3.0', '3.4', 'head' ]
33
include:
34
# Ruby 3.1 combinations
35
- ruby: '3.0'
0 commit comments