We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfe346 commit b33fe34Copy full SHA for b33fe34
.github/workflows/test-pr.yml
@@ -24,6 +24,8 @@ jobs:
24
cache: 'maven'
25
- name: Start broker
26
run: ci/start-broker.sh
27
+ env:
28
+ RABBITMQ_IMAGE: pivotalrabbitmq/rabbitmq:pr-13672-otp27
29
- name: Test (no dynamic-batch publishing)
30
run: |
31
./mvnw verify -Drabbitmqctl.bin=DOCKER:rabbitmq \
0 commit comments