We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea166f3 commit 54c67e1Copy full SHA for 54c67e1
.github/workflows/ci.yml
@@ -43,10 +43,9 @@ jobs:
43
- { ruby: '3.3', grape: '2.2.0' }
44
- { ruby: '3.4', grape: '2.2.0' }
45
- { ruby: 'head', grape: '2.2.0' }
46
- # - { ruby: '3.1', grape: 'HEAD' }
47
- # - { ruby: '3.2', grape: 'HEAD' }
48
- # - { ruby: '3.3', grape: 'HEAD' }
49
- # - { ruby: '3.4', grape: 'HEAD' }
+ - { ruby: '3.2', grape: 'HEAD' }
+ - { ruby: '3.3', grape: 'HEAD' }
+ - { ruby: '3.4', grape: 'HEAD' }
50
name: test (ruby=${{ matrix.entry.ruby }}, grape=${{ matrix.entry.grape }})
51
runs-on: ubuntu-latest
52
needs: ['rubocop']
0 commit comments