@@ -18,44 +18,39 @@ jobs:
1818 - uses : actions/checkout@v4
1919 - uses : ruby/setup-ruby@v1
2020 with :
21- ruby-version : ' 3.3 '
21+ ruby-version : ' 3.4 '
2222 bundler-cache : true
2323 - name : Run rubocop
2424 run : bundle exec rubocop --parallel --format progress
2525 test :
2626 strategy :
2727 matrix :
2828 entry :
29- - { ruby: '3.0', grape: '1.7.1' }
30- - { ruby: '3.1', grape: '1.7.1' }
31- - { ruby: '3.2', grape: '1.7.1' }
32- - { ruby: '3.3', grape: '1.7.1' }
33- - { ruby: 'head', grape: '1.7.1' }
34- - { ruby: '3.0', grape: '1.8.0' }
3529 - { ruby: '3.1', grape: '1.8.0' }
3630 - { ruby: '3.2', grape: '1.8.0' }
3731 - { ruby: '3.3', grape: '1.8.0' }
32+ - { ruby: '3.4', grape: '1.8.0' }
3833 - { ruby: 'head', grape: '1.8.0' }
39- - { ruby: '3.0', grape: '2.0.0' }
4034 - { ruby: '3.1', grape: '2.0.0' }
4135 - { ruby: '3.2', grape: '2.0.0' }
4236 - { ruby: '3.3', grape: '2.0.0' }
37+ - { ruby: '3.4', grape: '2.0.0' }
4338 - { ruby: 'head', grape: '2.0.0' }
44- - { ruby: '3.0', grape: '2.1.3' }
4539 - { ruby: '3.1', grape: '2.1.3' }
4640 - { ruby: '3.2', grape: '2.1.3' }
4741 - { ruby: '3.3', grape: '2.1.3' }
42+ - { ruby: '3.4', grape: '2.1.3' }
4843 - { ruby: 'head', grape: '2.1.3' }
49- - { ruby: '3.0', grape: '2.2.0' }
5044 - { ruby: '3.1', grape: '2.2.0' }
5145 - { ruby: '3.2', grape: '2.2.0' }
5246 - { ruby: '3.3', grape: '2.2.0' }
47+ - { ruby: '3.4', grape: '2.2.0' }
5348 - { ruby: 'head', grape: '2.2.0' }
54- - { ruby: '3.0 ', grape: 'HEAD' }
55- - { ruby: '3.1 ', grape: 'HEAD' }
56- - { ruby: '3.2 ', grape: 'HEAD' }
57- - { ruby: '3.3 ', grape: 'HEAD' }
58- - { ruby: 'head', grape: 'HEAD' }
49+ # - { ruby: '3.1 ', grape: 'HEAD' }
50+ # - { ruby: '3.2 ', grape: 'HEAD' }
51+ # - { ruby: '3.3 ', grape: 'HEAD' }
52+ # - { ruby: '3.4 ', grape: 'HEAD' }
53+ # - { ruby: 'head', grape: 'HEAD' }
5954 name : test (ruby=${{ matrix.entry.ruby }}, grape=${{ matrix.entry.grape }})
6055 runs-on : ubuntu-latest
6156 needs : ['rubocop']
0 commit comments