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 26f1917 commit ab3518bCopy full SHA for ab3518b
.github/workflows/test-alphas.yml
@@ -19,8 +19,8 @@ jobs:
19
strategy:
20
matrix:
21
rabbitmq-image:
22
- - pivotalrabbitmq/rabbitmq:v4.1.x-otp27
23
- pivotalrabbitmq/rabbitmq:v4.2.x-otp27
+ - pivotalrabbitmq/rabbitmq:main-otp27
24
name: Test against ${{ matrix.rabbitmq-image }}
25
steps:
26
- uses: actions/checkout@v5
ci/start-broker.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-RABBITMQ_IMAGE=${RABBITMQ_IMAGE:-rabbitmq:4.1}
+RABBITMQ_IMAGE=${RABBITMQ_IMAGE:-rabbitmq:4.2}
4
5
wait_for_message() {
6
while ! docker logs "$1" | grep -q "$2";
0 commit comments