Skip to content

Commit d966b28

Browse files
author
farhadzand
committed
fix: update README to reflect changes in GitHub Actions workflow badge
- Updated the tests badge in the README to point to the correct workflow file `tests.yml`.
1 parent 3c339af commit d966b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Latest Stable Version](https://poser.pugx.org/iamfarhad/laravel-rabbitmq/v/stable?format=flat-square)](https://packagist.org/packages/iamfarhad/laravel-rabbitmq)
44
[![Total Downloads](https://poser.pugx.org/iamfarhad/laravel-rabbitmq/downloads?format=flat-square)](https://packagist.org/packages/iamfarhad/laravel-rabbitmq)
55
[![License](https://poser.pugx.org/iamfarhad/laravel-rabbitmq/license?format=flat-square)](https://packagist.org/packages/iamfarhad/laravel-rabbitmq)
6-
[![Tests](https://github.com/iamfarhad/LaravelRabbitMQ/actions/workflows/test.yml/badge.svg)](https://github.com/iamfarhad/LaravelRabbitMQ/actions/workflows/test.yml)
6+
[![Tests](https://github.com/iamfarhad/LaravelRabbitMQ/actions/workflows/tests.yml/badge.svg)](https://github.com/iamfarhad/LaravelRabbitMQ/actions/workflows/test.yml)
77
[![Coding Standards](https://github.com/iamfarhad/LaravelRabbitMQ/actions/workflows/code-style.yml/badge.svg)](https://github.com/iamfarhad/LaravelRabbitMQ/actions/workflows/code-style.yml)
88

99
A robust and production-ready RabbitMQ queue driver implementation for Laravel, providing advanced message queuing capabilities with high performance, reliability, and enterprise-grade features. Built with modern PHP architecture and extensive testing.

0 commit comments

Comments
 (0)