Skip to content

Commit

Permalink
Drop support for Symfony 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yguedidi committed Dec 24, 2023
1 parent d82b4a8 commit 35ef803
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
php: [7.4]
symfony-version: [3.4.*, 4.4.*]
symfony-version: [4.4.*]
composer-flags: ['', '--prefer-lowest']
fail-fast: true
steps:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"php": ">=7.4",
"kphoen/rulerz": "^1.0@dev",
"kphoen/rulerz-bridge": "^1.0@dev",
"symfony/framework-bundle": "^3.4|^4.4"
"symfony/framework-bundle": "^4.4"
},
"require-dev": {
"phpunit/phpunit": "^7.1",
"symfony/phpunit-bridge": "^3.4|^4.4",
"symfony/phpunit-bridge": "^4.4",
"mikey179/vfsstream": "^1.6",
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
"liip/rmt": "^1.2"
Expand Down

0 comments on commit 35ef803

Please sign in to comment.