Skip to content

Commit

Permalink
fix badges & adjust test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Jan 20, 2023
1 parent 48fab2d commit 56a7b34
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/codeception.yml
Expand Up @@ -39,13 +39,11 @@ jobs:
strategy:
matrix:
php: [ 8.0 ]
symfony: [ ^5.3 ]
pimcore: [ ~10.1.0, ~10.2.0 ]
symfony: [ ^5.4 ]
pimcore: [ ~10.5.0 ]
include:
- pimcore: ~10.1.0
template_tag: v10.1.0
- pimcore: ~10.2.0
template_tag: v10.1.4
- pimcore: ~10.5.0
template_tag: v10.2.0
steps:
- uses: actions/checkout@v2
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ecs.yml
Expand Up @@ -38,11 +38,11 @@ jobs:
strategy:
matrix:
php: [ 8.0 ]
symfony: [ ^5.3 ]
pimcore: [ ~10.1.0 ]
symfony: [ ^5.4 ]
pimcore: [ ~10.5.0 ]
include:
- pimcore: ~10.1.0
template_tag: v10.1.0
- pimcore: ~10.5.0
template_tag: v10.2.0
steps:
- uses: actions/checkout@v2
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/php-stan.yml
Expand Up @@ -38,11 +38,11 @@ jobs:
strategy:
matrix:
php: [ 8.0 ]
symfony: [ ^5.3 ]
pimcore: [ ~10.1.0 ]
symfony: [ ^5.4 ]
pimcore: [ ~10.5.0 ]
include:
- pimcore: ~10.1.0
template_tag: v10.1.0
- pimcore: ~10.5.0
template_tag: v10.2.0
steps:
- uses: actions/checkout@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,8 +2,8 @@

[![Software License](https://img.shields.io/badge/license-GPLv3-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Latest Release](https://img.shields.io/packagist/v/dachcom-digital/social-data.svg?style=flat-square)](https://packagist.org/packages/dachcom-digital/social-data)
[![Tests](https://img.shields.io/github/workflow/status/dachcom-digital/pimcore-social-data/Codeception/master?style=flat-square&logo=github&label=codeception)](https://github.com/dachcom-digital/pimcore-social-data/actions?query=workflow%3ACodeception+branch%3Amaster)
[![PhpStan](https://img.shields.io/github/workflow/status/dachcom-digital/pimcore-social-data/PHP%20Stan/master?style=flat-square&logo=github&label=phpstan%20level%204)](https://github.com/dachcom-digital/pimcore-social-data/actions?query=workflow%3A"PHP+Stan"+branch%3Amaster)
[![Tests](https://img.shields.io/github/actions/workflow/status/dachcom-digital/pimcore-social-data/.github/workflows/codeception.yml?branch=master&style=flat-square&logo=github&label=codeception)](https://github.com/dachcom-digital/pimcore-social-data/actions?query=workflow%3ACodeception+branch%3Amaster)
[![PhpStan](https://img.shields.io/github/actions/workflow/status/dachcom-digital/pimcore-social-data/.github/workflows/php-stan.yml?branch=master&style=flat-square&logo=github&label=phpstan%20level%204)](https://github.com/dachcom-digital/pimcore-social-data/actions?query=workflow%3A"PHP+Stan"+branch%3Amaster)

This Bundles allows you to load social data from different networks like Facebook, Instagram or YouTube.

Expand Down

0 comments on commit 56a7b34

Please sign in to comment.