Skip to content

Commit

Permalink
Merge pull request #160 from jakubkulhan/rabbitmq-4
Browse files Browse the repository at this point in the history
Test against RabbitMQ 4
  • Loading branch information
WyriHaximus authored Nov 6, 2024
2 parents ad5b979 + 8bf10ae commit 93f464e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
matrix:
php: ${{ fromJson(needs.supported-versions-matrix.outputs.version) }}
composer: [lowest, locked, highest]
rabbitmq: ["3", "3.9"]
rabbitmq: ["3", "3.9", "4"]
ssl_test: ["no", "yes", "client"]
steps:
- name: Checkout
Expand Down

0 comments on commit 93f464e

Please sign in to comment.