Skip to content

Commit

Permalink
test matrix setup
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Waffen <[email protected]>
  • Loading branch information
rwaffen committed Aug 9, 2024
1 parent 1cba012 commit 0bee710
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create GitHub release
uses: voxpupuli/gha-create-a-github-release@main
uses: voxpupuli/gha-create-a-github-release@v1
11 changes: 5 additions & 6 deletions build_versions.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"include": [
{
"release": 7,
"version": "7.17.0"
},
{
"release": 8,
"version": "8.3.0"
"version": [
"7.17.0",
"8.3.0"
],
"release": [7,8]
}
]
}

0 comments on commit 0bee710

Please sign in to comment.