File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1- name : Test against RabbitMQ 3.11 stable
1+ name : Test against RabbitMQ 3.12 stable
22
33on :
44 pull_request :
55 branches :
6- - 5.x .x-stable
6+ - 5.17 .x-stable
77 push :
88 branches :
9- - 5.x .x-stable
9+ - 5.17 .x-stable
1010 workflow_dispatch :
1111
12- env :
13- RABBITMQ_IMAGE : ' rabbitmq:3.11'
14-
1512jobs :
1613 build :
1714 runs-on : ubuntu-22.04
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: 3.11 }
5+ RABBITMQ_IMAGE=${RABBITMQ_IMAGE:- rabbitmq: 3.12 }
66
77wait_for_message () {
88 while ! docker logs " $1 " | grep -q " $2 " ;
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: 3.11 }
5+ RABBITMQ_IMAGE=${RABBITMQ_IMAGE:- rabbitmq: 3.12 }
66
77wait_for_message () {
88 while ! docker logs " $1 " | grep -q " $2 " ;
You can’t perform that action at this time.
0 commit comments