File tree 4 files changed +15
-17
lines changed
4 files changed +15
-17
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,12 @@ jobs:
38
38
options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
39
39
strategy :
40
40
matrix :
41
- php : [ 8.0 ]
41
+ php : [ 8.1 ]
42
42
symfony : [ ^5.4 ]
43
- pimcore : [ ~10.1.0, ~10.2 .0 ]
43
+ pimcore : [ ~10.6 .0 ]
44
44
include :
45
- - pimcore : ~10.1.0
46
- template_tag : v10.1.0
47
- - pimcore : ~10.2.0
48
- template_tag : v10.1.4
45
+ - pimcore : ~10.6.0
46
+ template_tag : v10.2.5
49
47
steps :
50
48
- uses : actions/checkout@v2
51
49
with :
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
37
37
options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
38
38
strategy :
39
39
matrix :
40
- php : [ 8.0 ]
40
+ php : [ 8.1 ]
41
41
symfony : [ ^5.4 ]
42
- pimcore : [ ~10.2 .0 ]
42
+ pimcore : [ ~10.6 .0 ]
43
43
include :
44
- - pimcore : ~10.2 .0
45
- template_tag : v10.1.4
44
+ - pimcore : ~10.6 .0
45
+ template_tag : v10.2.5
46
46
steps :
47
47
- uses : actions/checkout@v2
48
48
with :
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
37
37
options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
38
38
strategy :
39
39
matrix :
40
- php : [ 8.0 ]
40
+ php : [ 8.1 ]
41
41
symfony : [ ^5.4 ]
42
- pimcore : [ ~10.2 .0 ]
42
+ pimcore : [ ~10.6 .0 ]
43
43
include :
44
- - pimcore : ~10.2 .0
45
- template_tag : v10.1.4
44
+ - pimcore : ~10.6 .0
45
+ template_tag : v10.2.5
46
46
steps :
47
47
- uses : actions/checkout@v2
48
48
with :
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Software License] ( https://img.shields.io/badge/license-GPLv3-brightgreen.svg?style=flat-square )] ( LICENSE.md )
4
4
[ ![ Latest Release] ( https://img.shields.io/packagist/v/dachcom-digital/social-data-linkedin-connector.svg?style=flat-square )] ( https://packagist.org/packages/dachcom-digital/social-data-linkedin-connector )
5
- [ ![ Tests] ( https://img.shields.io/github/workflow/status/dachcom-digital/pimcore-social-data-linkedin-connector/Codeception/master? style=flat-square&logo=github&label=codeception )] ( https://github.com/dachcom-digital/pimcore-social-data-linkedin-connector/actions?query=workflow%3ACodeception+branch%3Amaster )
6
- [ ![ PhpStan] ( https://img.shields.io/github/workflow/status/dachcom-digital/pimcore-social-data-linkedin-connector/PHP%20Stan/master? style=flat-square&logo=github&label=phpstan%20level%204 )] ( https://github.com/dachcom-digital/pimcore-social-data-linkedin-connector/actions?query=workflow%3A"PHP+Stan"+branch%3Amaster )
5
+ [ ![ Tests] ( https://img.shields.io/github/actions/ workflow/status/dachcom-digital/pimcore-social-data-linkedin-connector/.github/workflows/codeception.yml?branch=master& style=flat-square&logo=github&label=codeception )] ( https://github.com/dachcom-digital/pimcore-social-data-linkedin-connector/actions?query=workflow%3ACodeception+branch%3Amaster )
6
+ [ ![ PhpStan] ( https://img.shields.io/github/actions/ workflow/status/dachcom-digital/pimcore-social-data-linkedin-connector/.github/workflows/php-stan.yml?branch=master& style=flat-square&logo=github&label=phpstan%20level%204 )] ( https://github.com/dachcom-digital/pimcore-social-data-linkedin-connector/actions?query=workflow%3A"PHP+Stan"+branch%3Amaster )
7
7
8
8
This Connector allows you to fetch social posts from LinkedIn.
9
9
@@ -12,7 +12,7 @@ This Connector allows you to fetch social posts from LinkedIn.
12
12
### Release Plan
13
13
| Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
14
14
| ---------| ----------------------------| ----------------------------| --------------| ----------------| -------------------------------------------------------------------------------------------|
15
- | ** 2.x** | ` 10.1 ` - ` 10.5 ` | ` 5.4 ` | 05.01.2022 | Feature Branch | master |
15
+ | ** 2.x** | ` 10.1 ` - ` 10.6 ` | ` 5.4 ` | 05.01.2022 | Feature Branch | master |
16
16
| ** 1.x** | ` 6.0 ` - ` 6.9 ` | ` 3.4 ` , ` ^4.4 ` | 22.10.2020 | Unsupported | [ 1.x] ( https://github.com/dachcom-digital/pimcore-social-data-linkedin-connector/tree/1.x ) |
17
17
18
18
## Installation
You can’t perform that action at this time.
0 commit comments