@@ -15,25 +15,25 @@ jobs:
15
15
rubocop :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- uses : ruby/setup-ruby@v1
20
20
with :
21
21
ruby-version : ' 3.2'
22
22
bundler-cache : true
23
23
- name : Run rubocop
24
24
run : bundle exec rubocop --parallel --format progress
25
25
26
- grape-16 :
26
+ grape-17 :
27
27
runs-on : ubuntu-latest
28
28
needs : ['rubocop']
29
29
env :
30
- GRAPE_VERSION : ' 1.6.2 '
30
+ GRAPE_VERSION : ' 1.7.1 '
31
31
strategy :
32
32
matrix :
33
- ruby-version : ['3.0', '3. 1', '3.2', 'head']
33
+ ruby-version : ['3.1', '3.2', 'head']
34
34
steps :
35
35
- name : Check out branch
36
- uses : actions/checkout@v3
36
+ uses : actions/checkout@v4
37
37
- name : Set up Ruby
38
38
uses : ruby/setup-ruby@v1
39
39
with :
@@ -55,17 +55,17 @@ jobs:
55
55
bundle update
56
56
bundle exec rspec
57
57
58
- grape-17 :
58
+ grape-18 :
59
59
runs-on : ubuntu-latest
60
60
needs : ['rubocop']
61
61
env :
62
- GRAPE_VERSION : ' 1.7.1 '
62
+ GRAPE_VERSION : ' 1.8.0 '
63
63
strategy :
64
64
matrix :
65
- ruby-version : ['3.0', '3. 1', '3.2', 'head']
65
+ ruby-version : ['3.1', '3.2', 'head']
66
66
steps :
67
67
- name : Check out branch
68
- uses : actions/checkout@v3
68
+ uses : actions/checkout@v4
69
69
- name : Set up Ruby
70
70
uses : ruby/setup-ruby@v1
71
71
with :
@@ -94,10 +94,10 @@ jobs:
94
94
GRAPE_VERSION : ' HEAD'
95
95
strategy :
96
96
matrix :
97
- ruby-version : ['3.0', '3. 1', '3.2', 'head']
97
+ ruby-version : ['3.1', '3.2', 'head']
98
98
steps :
99
99
- name : Check out branch
100
- uses : actions/checkout@v3
100
+ uses : actions/checkout@v4
101
101
- name : Set up Ruby
102
102
uses : ruby/setup-ruby@v1
103
103
with :
0 commit comments