Skip to content

Commit

Permalink
Drop Symfony v6.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloKowalczyk committed Oct 15, 2023
1 parent 82c5f54 commit 8cf5cb8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/code_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,14 @@ jobs:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
dependencies:
- 'low'
- '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 8cf5cb8

Please sign in to comment.