Skip to content

Commit

Permalink
Drop Symfony v6.2 support (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloKowalczyk authored Oct 15, 2023
1 parent 82c5f54 commit 7bf255c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/code_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,8 @@ jobs:
- 'high'
symfony_version:
- "~v5.4.9"
- "~v6.2.0"
- "~v6.3.0"
exclude:
- php: '8.0'
dependencies: 'low'
symfony_version: "~v6.2.0"
- php: '8.0'
dependencies: 'high'
symfony_version: "~v6.2.0"
- php: '8.0'
dependencies: 'low'
symfony_version: "~v6.3.0"
Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"composer-runtime-api": "^2.0",
"dragonmantank/cron-expression": "^3.3.2",
"laravel/serializable-closure": "^1.2.2",
"symfony/config": "^5.4.9 || ^6.2.0",
"symfony/console": "^5.4.9 || ^6.2.0",
"symfony/dependency-injection": "^5.4.9 || ^6.2.0",
"symfony/filesystem": "^5.4.9 || ^6.2.0",
"symfony/lock": "^5.4.9 || ^6.2.0",
"symfony/mailer": "^5.4.9 || ^6.2.0",
"symfony/process": "^5.4.9 || ^6.2.0",
"symfony/yaml": "^5.4.9 || ^6.2.0"
"symfony/config": "^5.4.9 || ^6.3.0",
"symfony/console": "^5.4.9 || ^6.3.0",
"symfony/dependency-injection": "^5.4.9 || ^6.3.0",
"symfony/filesystem": "^5.4.9 || ^6.3.0",
"symfony/lock": "^5.4.9 || ^6.3.0",
"symfony/mailer": "^5.4.9 || ^6.3.0",
"symfony/process": "^5.4.9 || ^6.3.0",
"symfony/yaml": "^5.4.9 || ^6.3.0"
},
"require-dev": {
"ext-json": "*",
Expand All @@ -57,8 +57,8 @@
"phpstan/phpstan-phpunit": "1.1.1",
"phpstan/phpstan-strict-rules": "1.4.4",
"phpunit/phpunit": "9.5.25",
"symfony/error-handler": "^5.4.9 || ^6.2.0",
"symfony/phpunit-bridge": "^5.4.9 || ^6.2.0"
"symfony/error-handler": "^5.4.9 || ^6.3.0",
"symfony/phpunit-bridge": "^5.4.9 || ^6.3.0"
},
"minimum-stability": "beta",
"prefer-stable": true,
Expand Down

0 comments on commit 7bf255c

Please sign in to comment.