From d9221d4d16c8299494257bf3fcf5f891206f24a7 Mon Sep 17 00:00:00 2001 From: Danny van der Sluijs Date: Thu, 14 Mar 2024 21:07:36 +0100 Subject: [PATCH] Update README.md replacing Travis badge for Github Actions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48aa393..0e39ae7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Author](http://img.shields.io/badge/author-@philipobenito-blue.svg?style=flat-square)](https://twitter.com/philipobenito) [![Latest Version](https://img.shields.io/github/release/thephpleague/container.svg?style=flat-square)](https://github.com/thephpleague/container/releases) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md) -[![Build Status](https://img.shields.io/travis/thephpleague/container/master.svg?style=flat-square)](https://travis-ci.org/thephpleague/container) +[![Tests](https://github.com/thephpleague/container/actions/workflows/test.yml/badge.svg)](https://github.com/thephpleague/container/actions/workflows/test.yml) [![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpleague/container.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/container/code-structure) [![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/container.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/container) [![Total Downloads](https://img.shields.io/packagist/dt/league/container.svg?style=flat-square)](https://packagist.org/packages/league/container)