Skip to content

Commit 6b12920

Browse files
Add support for RabbitMQ 4 (#333)
1 parent bc24ec1 commit 6b12920

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/continous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
services:
99
rabbitmq:
10-
image: rabbitmq:3.8
10+
image: rabbitmq:4.1
1111
ports:
1212
- 5672:5672
1313

@@ -52,7 +52,7 @@ jobs:
5252

5353
services:
5454
rabbitmq:
55-
image: rabbitmq:3.8
55+
image: rabbitmq:4.1
5656
ports:
5757
- 5672:5672
5858

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [v2.7.0]
9+
### Added
10+
- Support for RabbitMQ 4.x.x
11+
812
## [v2.6.0]
913
### Added
1014
- Support for Laravel 12

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.3'
21
services:
32
pigeon:
43
container_name: pigeon
@@ -14,7 +13,7 @@ services:
1413

1514
rabbitmq:
1615
container_name: rabbitmq
17-
image: rabbitmq:3.8
16+
image: rabbitmq:4
1817
hostname: rabbitmq
1918
networks:
2019
pigeon-network:

0 commit comments

Comments
 (0)