Skip to content

Commit

Permalink
Merge pull request #229 from maximehuran/feature/fix-ci
Browse files Browse the repository at this point in the history
Update compatibility versions
  • Loading branch information
maximehuran authored Jun 13, 2024
2 parents 7655fbe + bd3ac4f commit 30df984
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches: [ master ]
pull_request:
schedule:
- cron: '0 0 * * *'

jobs:

Expand All @@ -18,12 +16,15 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.0', '8.1']
sylius: ['~1.10.0', '~1.11.0', '~1.12.0']
php: ['8.0', '8.1', '8.2']
sylius: ['~1.11.0', '~1.12.0']
include:
- php: '8.1'
sylius: '~1.12.0'
sylius_paypal: '~1.5.0'
- php: '8.2'
sylius: '~1.12.0'
sylius_paypal: '~1.5.0'

steps:
- name: Setup PHP
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Security
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'

jobs:

Expand All @@ -17,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.0', '8.1']
php: ['8.0', '8.1', '8.2']

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches: [ master ]
pull_request:
schedule:
- cron: '0 0 * * *'

jobs:

Expand All @@ -18,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.0', '8.1']
php: ['8.0', '8.1', '8.2']

env:
SYMFONY_ARGS: --no-tls
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ bin/console asset:install

You don't need to do something, everything is compatible.

```
composer require monsieurbiz/sylius-media-manager-plugin="^1.0"
```
If you used the rich editor before using the media manager, you need to override the form theme of the media manager plugin :
```
mkdir -p templates/bundles/MonsieurBizSyliusMediaManagerPlugin/Admin/MediaManager/Form/;
Expand Down

0 comments on commit 30df984

Please sign in to comment.