Skip to content

Commit

Permalink
minor #944 [Maintenance] Bump minimal Symfony version from 6.0 to…
Browse files Browse the repository at this point in the history
… `6.4` (Rafikooo)

This PR was merged into the 1.12 branch.

Discussion
----------

Symfony 6.4 has been released and it is LTS version, so we should bump the minimum version constraint
https://symfony.com/releases/6.4

Commits
-------
  [Composer] Bump minimal Symfony version from 6.0 to 6.4
  [CI] Bump minimal Symfony version from 6.0 to 6.4
  [CI] Exclude PHP 8.0 & Symfony 6.4 build
  • Loading branch information
NoResponseMate authored Feb 12, 2024
2 parents 5147273 + 53410a1 commit f95584e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
fail-fast: false
matrix:
php: ["8.0", "8.1"]
symfony: ["^5.4", "^6.0"]
symfony: ["^5.4", "^6.4"]
node: ["16.x"]
mysql: ["5.7", "8.0"]
exclude:
-
php: "8.0"
symfony: "^6.0"
symfony: "^6.4"

env:
APP_ENV: test_cached
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"php": "^8.0",
"sylius/paypal-plugin": "^1.5",
"sylius/sylius": "^1.12.11",
"symfony/dotenv": "^5.4 || ^6.0",
"symfony/runtime": "^5.4 || ^6.0",
"symfony/dotenv": "^5.4 || ^6.4",
"symfony/runtime": "^5.4 || ^6.4",
"symfony/flex": "^2.4"
},
"require-dev": {
Expand All @@ -55,10 +55,10 @@
"stripe/stripe-php": "^6.43",
"sylius-labs/coding-standard": "^4.0",
"sylius/sylius-rector": "^1.0",
"symfony/browser-kit": "^5.4 || ^6.0",
"symfony/debug-bundle": "^5.4 || ^6.0",
"symfony/intl": "^5.4 || ^6.0",
"symfony/web-profiler-bundle": "^5.4 || ^6.0"
"symfony/browser-kit": "^5.4 || ^6.4",
"symfony/debug-bundle": "^5.4 || ^6.4",
"symfony/intl": "^5.4 || ^6.4",
"symfony/web-profiler-bundle": "^5.4 || ^6.4"
},
"conflict": {
"symfony/framework-bundle": "6.2.8",
Expand All @@ -83,7 +83,7 @@
},
"symfony": {
"allow-contrib": false,
"require": "^6.0",
"require": "^6.4",
"endpoint": [
"https://api.github.com/repos/Sylius/SyliusRecipes/contents/index.json?ref=flex/main",
"flex://defaults"
Expand Down

0 comments on commit f95584e

Please sign in to comment.