Skip to content

Commit

Permalink
reworking updating script to create matrices for plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
crysmags committed Sep 23, 2024
1 parent 10e260f commit 7dcfe1a
Show file tree
Hide file tree
Showing 5 changed files with 777 additions and 31 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,10 @@ jobs:
- uses: codecov/codecov-action@v3

amqp10: # TODO: move rhea to its own job
needs:
- versions
strategy:
matrix:
range: ['3.6.0']
matrix: ${{fromJson(needs.versions.outputs.matrices).amqp10}}
runs-on: ubuntu-latest
services:
qpid:
Expand Down
Loading

0 comments on commit 7dcfe1a

Please sign in to comment.