Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
#1 Remove 7.3 php version from CI Matrix + add README badges + add ph…
Browse files Browse the repository at this point in the history
…pcpd to CI
  • Loading branch information
mathieu-ducrot committed Jun 23, 2021
1 parent a3e0f7f commit 9eb6d18
Show file tree
Hide file tree
Showing 4 changed files with 12 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 @@ -13,7 +13,7 @@ jobs:
container: smartbooster/php-fpm:${{ matrix.php }}-builder
strategy:
matrix:
php: [ 7.3, 7.4 ]
php: [ 7.4 ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ phpstan: ## Launch PHP Static Analysis

.PHONY: qa qualimetry
qa: qualimetry ## Launch all qualimetry rules
qualimetry: checkstyle lint-php composer-validate metrics phpstan
qualimetry: checkstyle lint-php cpd composer-validate metrics phpstan
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# SMARTBOOSTER - Parameter bundle

[![Latest Stable Version](http://poser.pugx.org/smartbooster/parameter-bundle/v)](https://packagist.org/packages/smartbooster/parameter-bundle)
[![Latest Unstable Version](http://poser.pugx.org/smartbooster/parameter-bundle/v/unstable)](https://packagist.org/packages/smartbooster/parameter-bundle)
[![Total Downloads](http://poser.pugx.org/smartbooster/parameter-bundle/downloads)](https://packagist.org/packages/smartbooster/parameter-bundle)
[![License](http://poser.pugx.org/smartbooster/parameter-bundle/license)](https://packagist.org/packages/smartbooster/parameter-bundle)

![CI workflow](https://github.com/smartbooster/parameter-bundle/actions/workflows/ci.yml/badge.svg)

## Installation

### Add the bundle as dependency with Composer
Expand Down
3 changes: 3 additions & 0 deletions src/tmp.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php

# Temporary PHP file to have phpcpd working on CI, to delete on next commit with PHP Code

0 comments on commit 9eb6d18

Please sign in to comment.