Skip to content

Commit

Permalink
Fix matrix file
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed Jun 20, 2024
1 parent 04cda13 commit 2816496
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions test_matrix.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{
"matrix": {
"platform": [
"centos-stream8"
],
"collection": [
"puppet7",
"puppet8"
],
"gem_version": [
"~> 7.31",
"~> 8.7"
]
}
"platform": [
"centos-stream8"
],
"collection": [
"puppet7",
"puppet8"
],
"gem_version": [
"~> 7.31",
"~> 8.7"
]
}

0 comments on commit 2816496

Please sign in to comment.