File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
- name : " Setup ruby"
30
30
uses : " ruby/setup-ruby@v1"
31
31
with :
32
- ruby-version : " 2.7 "
32
+ ruby-version : " 3.1 "
33
33
bundler-cache : true
34
34
35
35
- name : Setup Test Matrix
59
59
- name : " Setup ruby"
60
60
uses : " ruby/setup-ruby@v1"
61
61
with :
62
- ruby-version : " 2.7 "
62
+ ruby-version : " 3.1 "
63
63
bundler-cache : true
64
64
65
65
- name : " Bundle environment"
Original file line number Diff line number Diff line change 26
26
- name : " Setup ruby"
27
27
uses : " ruby/setup-ruby@v1"
28
28
with :
29
- ruby-version : " 2.7 "
29
+ ruby-version : " 3.1 "
30
30
bundler-cache : true
31
31
32
32
- name : Setup Test Matrix
54
54
- name : " Setup ruby"
55
55
uses : " ruby/setup-ruby@v1"
56
56
with :
57
- ruby-version : " 2.7 "
57
+ ruby-version : " 3.1 "
58
58
bundler-cache : true
59
59
60
60
- name : " Bundle environment"
Original file line number Diff line number Diff line change 16
16
) {
17
17
if $manage_pkg {
18
18
package { 'lvm2' :
19
- ensure => $package_ensure ,
19
+ ensure => $package_ensure ,
20
20
}
21
21
}
22
22
You can’t perform that action at this time.
0 commit comments