Skip to content

Commit

Permalink
OP-550 - Remove php 8.4 and symfony 6.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPalen committed Jan 9, 2025
1 parent aa51620 commit a10ee51
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 145 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ "8.3" ]
symfony: [ "^6.4", "^7.0" ]
php: [ "8.2", "8.3" ]
symfony: [ "^7.1" ]
sylius: [ "^2.0" ]
node: [ "20.x" ]
mysql: [ "8.0" ]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coding_standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ "8.3" ]
symfony: [ "^6.4", "^7.0" ]
php: [ "8.2", "8.3" ]
symfony: [ "^7.1" ]
sylius: [ "^2.0" ]
node: [ "20.x" ]

Expand Down
28 changes: 0 additions & 28 deletions UPGRADE-1.3.md

This file was deleted.

86 changes: 0 additions & 86 deletions UPGRADE-1.4.md

This file was deleted.

20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"description": "Product bundle for Sylius.",
"license": "MIT",
"require": {
"php": "^8.2",
"sylius/sylius": "~2.0.0",
"php": "~8.2.0 || ~8.3.0",
"sylius/sylius": "^2.0",
"dompdf/dompdf": "^2.0",
"sylius/twig-hooks": "^0.5",
"sylius/twig-extra": "^0.5",
Expand All @@ -31,7 +31,7 @@
"friends-of-behat/symfony-extension": "^2.6",
"friends-of-behat/variadic-extension": "^1.6",
"gedmo/doctrine-extensions": "^3.9",
"lchrusciel/api-test-case": "^4.1 || ^5.0",
"lchrusciel/api-test-case": "^5.3",
"league/flysystem-bundle": "^3.3",
"nelmio/alice": "^3.10",
"nyholm/psr7": "^1.8",
Expand All @@ -42,13 +42,13 @@
"sylius-labs/suite-tags-extension": "~0.2",
"sylius/mailer-bundle": "^1.8 || ^2.0@beta",
"sylius/sylius-rector": "^2.0",
"symfony/browser-kit": "^6.4 || ^7.1",
"symfony/debug-bundle": "^6.4 || ^7.1",
"symfony/dependency-injection": "^6.4 || ^7.1",
"symfony/dotenv": "^6.4 || ^7.1",
"symfony/http-client": "^6.4 || ^7.1",
"symfony/intl": "^6.4 || ^7.1",
"symfony/web-profiler-bundle": "^6.4 || ^7.1"
"symfony/browser-kit": "^7.1",
"symfony/debug-bundle": "^7.1",
"symfony/dependency-injection": "^7.1",
"symfony/dotenv": "^7.1",
"symfony/http-client": "^7.1",
"symfony/intl": "^7.1",
"symfony/web-profiler-bundle": "^7.1"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 0 additions & 3 deletions tests/Application/config/packages/test_cached/fos_rest.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions tests/Application/config/symfony/6.x/bundles.php

This file was deleted.

0 comments on commit a10ee51

Please sign in to comment.