Skip to content

Commit df381e4

Browse files
committed
Use RabbitMQ 3.13 in test suite
(cherry picked from commit ba8479f)
1 parent a1cbe0f commit df381e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-rabbitmq-alphas.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
strategy:
1818
matrix:
19-
rabbitmq-image: [ 'pivotalrabbitmq/rabbitmq:v3.12.x-otp-max-bazel', 'pivotalrabbitmq/rabbitmq:main-otp-max-bazel' ]
19+
rabbitmq-image: [ 'pivotalrabbitmq/rabbitmq:v3.13.x-otp-max-bazel', 'pivotalrabbitmq/rabbitmq:main-otp-max-bazel' ]
2020
name: Test against ${{ matrix.rabbitmq-image }}
2121
steps:
2222
- uses: actions/checkout@v4

ci/start-broker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
LOCAL_SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44

5-
RABBITMQ_IMAGE=${RABBITMQ_IMAGE:-rabbitmq:3.12}
5+
RABBITMQ_IMAGE=${RABBITMQ_IMAGE:-rabbitmq:3.13}
66

77
wait_for_message() {
88
while ! docker logs "$1" | grep -q "$2";

ci/start-cluster.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
LOCAL_SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44

5-
RABBITMQ_IMAGE=${RABBITMQ_IMAGE:-rabbitmq:3.12}
5+
RABBITMQ_IMAGE=${RABBITMQ_IMAGE:-rabbitmq:3.13}
66

77
wait_for_message() {
88
while ! docker logs "$1" | grep -q "$2";

0 commit comments

Comments
 (0)