Skip to content

Commit fa1cb64

Browse files
committed
add php 8.2 in tests
1 parent bad0b7b commit fa1cb64

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: ['8.1']
16+
php: ['8.1', '8.2']
1717
stability: [prefer-stable]
1818

1919
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# 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)
26

37
The connection abstracts the socket connection, and takes care of protocol version negotiation and authentication and so
48
on for us. Here we connect to a RabbitMQ node on the local machine - hence the localhost. If we wanted to connect to a

0 commit comments

Comments
 (0)