Skip to content

Commit

Permalink
Merge pull request #30 from lalcebo/workflow_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lalcebo authored Feb 6, 2022
2 parents 543871a + affe58d commit b7ba416
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Tests

on:
push:
Expand All @@ -14,7 +14,7 @@ jobs:
os: [ ubuntu-latest ]
php-versions: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]

name: Tests on ${{ matrix.os }} with 🐘 ${{ matrix.php-versions }}
name: On ${{ matrix.os }} with 🐘 ${{ matrix.php-versions }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ The MIT License (MIT). Please see [License File][link-license] for more informat
[ico-version]: https://img.shields.io/packagist/v/lalcebo/sdk-php-helpers.svg?style=for-the-badge&logo=Packagist
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=for-the-badge&color=blue
[ico-downloads]: https://img.shields.io/packagist/dt/lalcebo/sdk-php-helpers.svg?style=for-the-badge
[ico-tests]: https://img.shields.io/github/workflow/status/lalcebo/sdk-php-helpers/Build?style=for-the-badge&label=tests&logo=github
[ico-tests]: https://img.shields.io/github/workflow/status/lalcebo/sdk-php-helpers/Tests?style=for-the-badge&label=tests&logo=github
[ico-style]: https://img.shields.io/github/workflow/status/lalcebo/sdk-php-helpers/Coding%20Standards?style=for-the-badge&label=PSR-12&logo=github

[link-packagist]: https://packagist.org/packages/lalcebo/sdk-php-helpers
[link-license]: LICENSE
[link-downloads]: https://packagist.org/packages/lalcebo/sdk-php-helpers
[link-tests]: https://github.com/lalcebo/sdk-php-helpers/actions/workflows/build.yml?query=branch%3Amaster
[link-tests]: https://github.com/lalcebo/sdk-php-helpers/actions/workflows/tests.yml?query=branch%3Amaster
[link-style]: https://github.com/lalcebo/sdk-php-helpers/actions/workflows/php-cs-fixer.yml

0 comments on commit b7ba416

Please # to comment.