Skip to content

Commit 9fedff9

Browse files
committed
Update CI
1 parent 877c679 commit 9fedff9

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
name: Test against RabbitMQ 3.11 stable
1+
name: Test against RabbitMQ 3.12 stable
22

33
on:
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-
1512
jobs:
1613
build:
1714
runs-on: ubuntu-22.04

ci/start-broker.sh

Lines changed: 1 addition & 1 deletion
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.11}
5+
RABBITMQ_IMAGE=${RABBITMQ_IMAGE:-rabbitmq:3.12}
66

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

ci/start-cluster.sh

Lines changed: 1 addition & 1 deletion
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.11}
5+
RABBITMQ_IMAGE=${RABBITMQ_IMAGE:-rabbitmq:3.12}
66

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

0 commit comments

Comments
 (0)