Skip to content

Commit

Permalink
OP-558 - update blacklist plugin to sylus 2 - edit composer.json and …
Browse files Browse the repository at this point in the history
…delete exclude in build.yml and codding_standard.yml
  • Loading branch information
dariusz-rup committed Jan 8, 2025
1 parent aee8ba9 commit 3f334ad
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
sylius: [ "~v2.0.0-alpha.2" ]
node: [ "20.x" ]
mysql: ["8.0"]
exclude:
- sylius: "~1.13.0"
php: "8.0"
- sylius: "~1.12.0"
php: "8.0"
symfony: "^6.4"

env:
APP_ENV: test
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/coding_standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ jobs:
sylius: [ "~v2.0.0-alpha.2" ]
node: [ "20.x" ]

exclude:
- sylius: ^1.13
php: 8.0
- sylius: ^1.12
php: 8.0
symfony: ^6.4

steps:
- uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
/behat.yml
/phpspec.yml
/phpunit.xml
.idea
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"doctrine/annotations": "^2.0.0",
"sylius-labs/polyfill-symfony-security": "^1.1",
"sylius/calendar": "^0.5.0",
"sylius/grid-bundle": "^1.13.0-ALPHA.3",
"sylius/grid-bundle": "^1.13.0",
"sylius/sylius": "^2.0.0-alpha.2",
"sylius/twig-hooks": "^0.3.0",
"symfony/stimulus-bundle": "^2.20",
Expand Down

0 comments on commit 3f334ad

Please sign in to comment.