Skip to content

Commit d2dc574

Browse files
committed
Test against RabbitMQ 4.1 alpha
1 parent f4e8383 commit d2dc574

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

+5-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ jobs:
1313
runs-on: ubuntu-24.04
1414
strategy:
1515
matrix:
16-
rabbitmq-image: [ 'pivotalrabbitmq/rabbitmq:v4.0.x', 'pivotalrabbitmq/rabbitmq:main' ]
16+
rabbitmq-image:
17+
- pivotalrabbitmq/rabbitmq:v4.0.x-otp27
18+
- pivotalrabbitmq/rabbitmq:v4.1.x-otp27
19+
- pivotalrabbitmq/rabbitmq:main-otp27
1720
name: Test against ${{ matrix.rabbitmq-image }}
1821
steps:
1922
- uses: actions/checkout@v4
@@ -53,4 +56,4 @@ jobs:
5356
- name: Test against cluster
5457
run: ./mvnw test -Dtest="*ClusterTest" -Drabbitmqctl.bin=DOCKER:rabbitmq0
5558
- name: Stop cluster
56-
run: docker compose --file ci/cluster/docker-compose.yml down
59+
run: docker compose --file ci/cluster/docker-compose.yml down

0 commit comments

Comments
 (0)