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 0bee710 commit fc0cda5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
security-events: write
needs: setup-matrix
strategy:
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
matrix:
version: ${{ fromJson(needs.setup-matrix.outputs.matrix.version) }}
release: ${{ fromJson(needs.setup-matrix.outputs.matrix.release) }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit fc0cda5

Please sign in to comment.