|
41 | 41 | '::group::spec_matrix' |
42 | 42 | ) |
43 | 43 | expect(github_output_content).to include(matrix) |
44 | | - expect(github_output_content).to include('spec_matrix={"include":[{"puppet_version":"~> 7.24","ruby_version":2.7},{"puppet_version":"~> 8.0","ruby_version":3.2}]}') |
| 44 | + expect(github_output_content).to include('spec_matrix={"include":[{"puppet_version":"~> 8.0","ruby_version":3.2}]}') |
45 | 45 | end |
46 | 46 | end |
47 | 47 |
|
|
82 | 82 | ) |
83 | 83 | expect(github_output_content).to include(matrix) |
84 | 84 | expect(github_output_content).to include( |
85 | | - 'spec_matrix={"include":[{"puppet_version":"~> 7.24","ruby_version":2.7},{"puppet_version":"~> 8.0","ruby_version":3.2}]}' |
| 85 | + 'spec_matrix={"include":[{"puppet_version":"~> 8.0","ruby_version":3.2}]}' |
86 | 86 | ) |
87 | 87 | end |
88 | 88 | end |
|
122 | 122 | ) |
123 | 123 | expect(github_output_content).to include(matrix) |
124 | 124 | expect(github_output_content).to include( |
125 | | - 'spec_matrix={"include":[{"puppet_version":"~> 7.24","ruby_version":2.7},{"puppet_version":"~> 8.0","ruby_version":3.2}]}' |
| 125 | + 'spec_matrix={"include":[{"puppet_version":"~> 8.0","ruby_version":3.2}]}' |
126 | 126 | ) |
127 | 127 | end |
128 | 128 | end |
|
162 | 162 | ) |
163 | 163 | expect(github_output_content).to include(matrix) |
164 | 164 | expect(github_output_content).to include( |
165 | | - 'spec_matrix={"include":[{"puppet_version":"~> 7.24","ruby_version":2.7},{"puppet_version":"~> 8.0","ruby_version":3.2}]}' |
| 165 | + 'spec_matrix={"include":[{"puppet_version":"~> 8.0","ruby_version":3.2}]}' |
166 | 166 | ) |
167 | 167 | end |
168 | 168 | end |
|
198 | 198 | ) |
199 | 199 | expect(github_output_content).to include(matrix) |
200 | 200 | expect(github_output_content).to include( |
201 | | - 'spec_matrix={"include":[{"puppet_version":"~> 7.24","ruby_version":2.7},{"puppet_version":"~> 8.0","ruby_version":3.2}]}' |
| 201 | + 'spec_matrix={"include":[{"puppet_version":"~> 8.0","ruby_version":3.2}]}' |
202 | 202 | ) |
203 | 203 | end |
204 | 204 | end |
|
236 | 236 | '"collection":["2023.8.0-puppet_enterprise","2021.7.9-puppet_enterprise","puppet8-nightly"' |
237 | 237 | ) |
238 | 238 | expect(github_output_content).to include( |
239 | | - 'spec_matrix={"include":[{"puppet_version":"~> 7.24","ruby_version":2.7},{"puppet_version":"~> 8.0","ruby_version":3.2}]}' |
| 239 | + 'spec_matrix={"include":[{"puppet_version":"~> 8.0","ruby_version":3.2}]}' |
240 | 240 | ) |
241 | 241 | end |
242 | 242 | end |
|
0 commit comments