Skip to content

Commit 9f5c019

Browse files
committed
Fix build status badge
1 parent 42ad51b commit 9f5c019

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
### Added
66
- Added Laravel 10 support.
77

8+
## Fixed
9+
- Fixed build status badge in readme
10+
811
### Removed
912
- Removed PHP 7.4 support.
1013
- Removed Laravel 6 support.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![MIT Licensed](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
44
[![Latest Stable Version](https://poser.pugx.org/markwalet/laravel-packagist/v/stable)](https://packagist.org/packages/markwalet/laravel-packagist)
5-
[![Build status](https://img.shields.io/github/workflow/status/markwalet/laravel-packagist/tests?style=flat-square&label=tests)](https://github.com/markwalet/laravel-packagist/actions)
5+
[![Build status](https://img.shields.io/github/actions/workflow/status/markwalet/laravel-packagist/tests.yml?branch=master)](https://github.com/markwalet/laravel-git-state/actions)
66
[![Coverage](https://codecov.io/gh/markwalet/laravel-packagist/branch/master/graph/badge.svg)](https://codecov.io/gh/markwalet/laravel-packagist)
77
[![StyleCI](https://github.styleci.io/repos/254053836/shield?branch=master)](https://github.styleci.io/repos/254053836)
88
[![Total Downloads](https://poser.pugx.org/markwalet/laravel-packagist/downloads)](https://packagist.org/packages/markwalet/laravel-packagist)

0 commit comments

Comments
 (0)