Skip to content

Commit

Permalink
Use RabbitMQ 3.13 in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Feb 26, 2024
1 parent 73d1600 commit 19b00bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-rabbitmq-alphas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
rabbitmq-image: [ 'pivotalrabbitmq/rabbitmq:v3.12.x-otp-max-bazel', 'pivotalrabbitmq/rabbitmq:main-otp-max-bazel' ]
rabbitmq-image: [ 'pivotalrabbitmq/rabbitmq:v3.13.x-otp-max-bazel', 'pivotalrabbitmq/rabbitmq:main-otp-max-bazel' ]
name: Test against ${{ matrix.rabbitmq-image }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test against RabbitMQ 3.12 stable
name: Test against RabbitMQ 3.13 stable

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion ci/start-broker.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

RABBITMQ_IMAGE=${RABBITMQ_IMAGE:-rabbitmq:3.12}
RABBITMQ_IMAGE=${RABBITMQ_IMAGE:-rabbitmq:3.13}

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

0 comments on commit 19b00bf

Please sign in to comment.