Skip to content

Commit

Permalink
OP-376 - Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPalen committed Jul 15, 2024
1 parent 3146c73 commit 3d42320
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 62 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.1"]
php: ["8.0", "8.1"]
symfony: ["^5.4", "^6.0"]
sylius: ["~1.12.0", "~1.13.0"]
node: ["14.x"]
mysql: ["5.7", "8.0"]
exclude:
- sylius: "~1.13.0"
php: "8.0"

env:
APP_ENV: test
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "Bonus points plugin for Sylius.",
"license": "MIT",
"require": {
"php": "^8.1",
"php": "^8.0 || ^8.1",
"sylius/sylius": "~1.12.0 || ~1.13.0"
},
"require-dev": {
Expand Down
2 changes: 0 additions & 2 deletions ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
use Symplify\EasyCodingStandard\Config\ECSConfig;

return static function (ECSConfig $config): void {

// Change this if you want to automatically add BitBag OpenSource Header
putenv('ALLOW_BITBAG_OS_HEADER=1');

$config->import('vendor/bitbag/coding-standard/ecs.php');
Expand Down
58 changes: 0 additions & 58 deletions tests/Application/package.json.~1.12.0.dist

This file was deleted.

0 comments on commit 3d42320

Please sign in to comment.