Skip to content

Commit 7751ca1

Browse files
authored
Merge pull request #479 from puppetlabs/maint/main/modules_from_meta
(maint) Return Puppet 6 to matrix_from_metadata_v2
2 parents 788a508 + 40a890f commit 7751ca1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

exe/matrix_from_metadata_v2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ DOCKER_PLATFORMS = {
5959
# This table uses the latest version in each collection for accurate
6060
# comparison when evaluating puppet requirements from the metadata
6161
COLLECTION_TABLE = [
62+
{
63+
puppet_maj_version: 6,
64+
ruby_version: 2.5,
65+
},
6266
{
6367
puppet_maj_version: 7,
6468
ruby_version: 2.7,

0 commit comments

Comments
 (0)