File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 rabbitmq-image :
17- - pivotalrabbitmq/rabbitmq:v4.0.x-otp27
1817 - pivotalrabbitmq/rabbitmq:v4.1.x-otp27
1918 - pivotalrabbitmq/rabbitmq:main-otp27
2019 name : Test against ${{ matrix.rabbitmq-image }}
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Launch the broker:
7676----
7777docker run -it --rm --name rabbitmq -p 5552:5552 -p 5672:5672 \
7878 -e RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS='-rabbitmq_stream advertised_host localhost' \
79- rabbitmq:4.0
79+ rabbitmq:4.1
8080----
8181
8282Enable the stream plugin:
Original file line number Diff line number Diff line change 22
33LOCAL_SCRIPT=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
44
5- RABBITMQ_IMAGE=${RABBITMQ_IMAGE:- rabbitmq: 4.0 }
5+ RABBITMQ_IMAGE=${RABBITMQ_IMAGE:- rabbitmq: 4.1 }
66
77wait_for_message () {
88 while ! docker logs " $1 " | grep -q " $2 " ;
You can’t perform that action at this time.
0 commit comments