@@ -18,44 +18,39 @@ jobs:
18
18
- uses : actions/checkout@v4
19
19
- uses : ruby/setup-ruby@v1
20
20
with :
21
- ruby-version : ' 3.3 '
21
+ ruby-version : ' 3.4 '
22
22
bundler-cache : true
23
23
- name : Run rubocop
24
24
run : bundle exec rubocop --parallel --format progress
25
25
test :
26
26
strategy :
27
27
matrix :
28
28
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' }
35
29
- { ruby: '3.1', grape: '1.8.0' }
36
30
- { ruby: '3.2', grape: '1.8.0' }
37
31
- { ruby: '3.3', grape: '1.8.0' }
32
+ - { ruby: '3.4', grape: '1.8.0' }
38
33
- { ruby: 'head', grape: '1.8.0' }
39
- - { ruby: '3.0', grape: '2.0.0' }
40
34
- { ruby: '3.1', grape: '2.0.0' }
41
35
- { ruby: '3.2', grape: '2.0.0' }
42
36
- { ruby: '3.3', grape: '2.0.0' }
37
+ - { ruby: '3.4', grape: '2.0.0' }
43
38
- { ruby: 'head', grape: '2.0.0' }
44
- - { ruby: '3.0', grape: '2.1.3' }
45
39
- { ruby: '3.1', grape: '2.1.3' }
46
40
- { ruby: '3.2', grape: '2.1.3' }
47
41
- { ruby: '3.3', grape: '2.1.3' }
42
+ - { ruby: '3.4', grape: '2.1.3' }
48
43
- { ruby: 'head', grape: '2.1.3' }
49
- - { ruby: '3.0', grape: '2.2.0' }
50
44
- { ruby: '3.1', grape: '2.2.0' }
51
45
- { ruby: '3.2', grape: '2.2.0' }
52
46
- { ruby: '3.3', grape: '2.2.0' }
47
+ - { ruby: '3.4', grape: '2.2.0' }
53
48
- { 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' }
59
54
name : test (ruby=${{ matrix.entry.ruby }}, grape=${{ matrix.entry.grape }})
60
55
runs-on : ubuntu-latest
61
56
needs : ['rubocop']
0 commit comments