Skip to content

Commit 54c67e1

Browse files
committed
Bump CI matrix
1 parent ea166f3 commit 54c67e1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ jobs:
4343
- { ruby: '3.3', grape: '2.2.0' }
4444
- { ruby: '3.4', grape: '2.2.0' }
4545
- { 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' }
46+
- { ruby: '3.2', grape: 'HEAD' }
47+
- { ruby: '3.3', grape: 'HEAD' }
48+
- { ruby: '3.4', grape: 'HEAD' }
5049
name: test (ruby=${{ matrix.entry.ruby }}, grape=${{ matrix.entry.grape }})
5150
runs-on: ubuntu-latest
5251
needs: ['rubocop']

0 commit comments

Comments
 (0)