Skip to content

Commit

Permalink
Merge pull request #26 from encreinformatique/fix/badges
Browse files Browse the repository at this point in the history
fixed : remove sensiolabs badge
  • Loading branch information
encreinformatique authored Aug 2, 2022
2 parents 2d8d704 + d1508e7 commit eba203a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['7.2', '7.3', '7.4', '8.0']
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
phpunit-versions: ['latest']
include:
- operating-system: 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# DoctorSender API PHP
[![Build Status](https://travis-ci.org/encreinformatique/doctorsender-api-php.svg?branch=master)](https://travis-ci.org/encreinformatique/doctorsender-api-php)
[![Downloads](https://img.shields.io/packagist/dt/encreinformatique/doctorsender-api-php.svg)](https://packagist.org/packages/encreinformatique/doctorsender-api-php)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/faded0ba-05e4-41cf-8341-7ffc73e6d6b9/mini.png)](https://insight.sensiolabs.com/projects/faded0ba-05e4-41cf-8341-7ffc73e6d6b9)[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/encreinformatique/doctorsender-api-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/encreinformatique/doctorsender-api-php/?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/encreinformatique/doctorsender-api-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/encreinformatique/doctorsender-api-php/?branch=master)
====================
This repository is a PHP wrapper for the DoctorSender API.

Expand Down

0 comments on commit eba203a

Please sign in to comment.