File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 13
13
strategy :
14
14
fail-fast : true
15
15
matrix :
16
- php : ['8.1']
16
+ php : ['8.1', '8.2' ]
17
17
stability : [prefer-stable]
18
18
19
19
name : PHP ${{ matrix.php }} - ${{ matrix.stability }}
Original file line number Diff line number Diff line change 1
1
# RabbitMQ Queue driver for Laravel
2
+ ======================
3
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/iamfarhad/laravel-rabbitmq/v/stable?format=flat-square )] ( https://packagist.org/packages/iamfarhad/laravel-rabbitmq )
4
+ [ ![ Total Downloads] ( https://poser.pugx.org/iamfarhad/laravel-rabbitmq/downloads?format=flat-square )] ( https://packagist.org/packages/iamfarhad/laravel-rabbitmq )
5
+ [ ![ License] ( https://poser.pugx.org/vladimir-yuldashev/laravel-queue-rabbitmq/license?format=flat-square )] ( https://packagist.org/packages/iamfarhad/laravel-rabbitmq )
2
6
3
7
The connection abstracts the socket connection, and takes care of protocol version negotiation and authentication and so
4
8
on for us. Here we connect to a RabbitMQ node on the local machine - hence the localhost. If we wanted to connect to a
You can’t perform that action at this time.
0 commit comments