Skip to content

Commit

Permalink
test matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Waffen <[email protected]>
  • Loading branch information
rwaffen committed Aug 21, 2024
1 parent 991b365 commit bea16d7
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions build_versions.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
{
"base_image": ["docker.io/ruby:2.7.8-alpine3.16","docker.io/ruby:3.2.5-alpine3.20"],
"puppet_release": [7,8],
"rubygem_facter": "4.8.0",
"rubygem_modulesync": "3.2.0",
"rubygem_overcommit": "0.63.0",
"rubygem_puppet_metadata": "4.2.0",
"rubygem_puppet": ["7.32.1", "8.8.1"],
"rubygem_r10k": "4.1.0",
"rubygem_ra10ke": "3.1.0",
"rubygem_rubocop_performance": "1.21.1",
"rubygem_voxpupuli_acceptance": "3.2.0",
"rubygem_voxpupuli_release": "3.1.0",
"rubygem_voxpupuli_test": "9.0.0"
"rubygem_voxpupuli_test": "9.0.0",
"include": [
{
"base_image": "docker.io/ruby:2.7.8-alpine3.16",
"puppet_release": 7,
"rubygem_puppet": "7.32.1"
},
{
"base_image": "docker.io/ruby:3.2.5-alpine3.20",
"puppet_release": 8,
"rubygem_puppet": "8.8.1"
}
]
}

0 comments on commit bea16d7

Please sign in to comment.