File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,19 @@ jobs:
18
18
BUNDLE_WITH : " development"
19
19
strategy :
20
20
matrix :
21
- puppet : [7.0]
22
- ruby : [2.7]
21
+ puppet :
22
+ - ' 7.0'
23
+ - ' 8.0'
24
+ ruby :
25
+ - ' 2.7'
26
+ - ' 3.1'
27
+ - ' 3.2'
28
+ exclude :
29
+ - ruby : ' 2.7'
30
+ puppet : ' 8.0'
23
31
steps :
24
32
- name : Checkout Source
25
- uses : actions/checkout@v2
33
+ uses : actions/checkout@v4
26
34
27
35
- name : Set up Ruby
28
36
uses : ruby/setup-ruby@v1
49
57
50
58
steps :
51
59
- name : Checkout code
52
- uses : actions/checkout@v2
60
+ uses : actions/checkout@v4
53
61
with :
54
62
ref : main
55
63
76
84
77
85
steps :
78
86
- name : Checkout code
79
- uses : actions/checkout@v2
87
+ uses : actions/checkout@v4
80
88
with :
81
89
ref : main
82
90
- name : Get Version
@@ -108,7 +116,7 @@ jobs:
108
116
(needs.tag.result == 'success')
109
117
110
118
steps :
111
- - uses : actions/checkout@v2
119
+ - uses : actions/checkout@v4
112
120
with :
113
121
ref : main
114
122
- name : Build and publish Puppet module
Original file line number Diff line number Diff line change 74
74
"requirements" : [
75
75
{
76
76
"name" : " puppet" ,
77
- "version_requirement" : " >= 7.0.0 < 8 .0.0"
77
+ "version_requirement" : " >= 7.0.0 < 9 .0.0"
78
78
}
79
79
],
80
80
"tags" : [
83
83
"pdk-version" : " 3.0.0" ,
84
84
"template-url" : " pdk-default#3.0.0" ,
85
85
"template-ref" : " tags/3.0.0-0-g056e50d"
86
- }
86
+ }
You can’t perform that action at this time.
0 commit comments