Skip to content

Commit

Permalink
reworking ci
Browse files Browse the repository at this point in the history
  • Loading branch information
crysmags committed Sep 23, 2024
1 parent f232598 commit 9c4e913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
needs:
- versions
strategy:
matrix: ${{fromJson(needs.versions.outputs.matrices).amqp10}}
matrix: ${{fromJson(needs.versions.outputs).amqp10}}
runs-on: ubuntu-latest
services:
qpid:
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
needs:
- versions
strategy:
matrix: ${{fromJson(needs.versions.outputs.matrices).couchbase}}
matrix: ${{fromJson(needs.versions.outputs).couchbase}}
runs-on: ubuntu-latest
services:
couchbase:
Expand Down

0 comments on commit 9c4e913

Please sign in to comment.