File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 94
94
95
95
- name : Start Webserver and Chrome
96
96
run : |
97
- wget https://get.symfony.com/cli/installer -O - | bash
98
- ~/.symfony/bin/symfony server:start --port=8080 --dir=public --force-php-discovery -- allow-http --no-tls --daemon
97
+ curl -sS https://get.symfony.com/cli/installer | bash -s -- --install-dir=$HOME/.symfony/bin
98
+ ~/.symfony/bin/symfony server:start --port=8080 --dir=public --allow-http --no-tls --daemon
99
99
100
100
- name : Get Composer Cache Directory
101
101
id : composer-cache
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ This Connector allows you to fetch social posts from LinkedIn.
10
10
![ image] ( https://user-images.githubusercontent.com/700119/96862352-a3f61d00-1465-11eb-9ea0-1c0d676bda01.png )
11
11
12
12
### Release Plan
13
- | Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
14
- | ---------| -----------------------------------| ----------------------------| --------------| ----------------| ------------|
15
- | ** 2.x** | ` 10.1 ` - ` 10.2 ` | ` 5.4 ` | 05.01.2022 | Feature Branch | master |
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 ) |
13
+ | Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
14
+ | ---------| ----------------------------| ----------------------------| -------------- | ---------------- | ------------------------------------------------------------------------------- ------------|
15
+ | ** 2.x** | ` 10.1 ` - ` 10.5 ` | ` 5.4 ` | 05.01.2022 | Feature Branch | master |
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
19
19
You can’t perform that action at this time.
0 commit comments