Skip to content

Commit

Permalink
chore: require symfony 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Nov 2, 2023
1 parent e19bfbb commit 8013eb5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
# Symfony 5.4 requires PHP >= 7.2, it will be installed on PHP 7.4
# Symfony 6.0 requires PHP >= 8.0, it will be installed on PHP >= 8.0
# Symfony 6.3 requires PHP >= 8.0, it will be installed on PHP >= 8.0
php-version: ['8.0']
composer-flags: ['']
symfony-version: ['']
Expand All @@ -27,8 +27,8 @@ jobs:
# add a specific job to test 5.4 for all Symfony packages
symfony-version: "^5.4"
- php-version: 8.1
# add a specific job to test ^6.0 for all Symfony packages
symfony-version: "^6.0"
# add a specific job to test ^6.3 for all Symfony packages
symfony-version: "^6.3"
- php-version: 8.1
# Remove doctrine/phpcr-* in order to allow doctrine/persistence v3
composer-flags: "remove --dev --no-progress doctrine/phpcr-bundle doctrine/phpcr-odm"
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"doctrine/common": "^2.13 || ^3.0",
"doctrine/persistence": "^1.3.3 || ^2.0 || ^3.0",
"symfony/deprecation-contracts": "^2.1 || ^3.0",
"symfony/event-dispatcher": "^4.4 || ^5.4 || ^6.0",
"symfony/event-dispatcher": "^4.4 || ^5.4 || ^6.3",
"symfony/event-dispatcher-contracts": "^1 || ^2 || ^3",
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0",
"symfony/yaml": "^4.4 || ^5.4 || ^6.0"
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.3",
"symfony/yaml": "^4.4 || ^5.4 || ^6.3"
},
"require-dev": {
"doctrine/annotations": "^1.8.0 || ^2.0",
Expand All @@ -35,10 +35,10 @@
"jackalope/jackalope-doctrine-dbal": "^1.5",
"monolog/monolog": "^1.25.1 || ^2.0 || ^3.0",
"phpunit/phpunit": "^9.6 || ^10.0",
"symfony/doctrine-bridge": "^4.4 || ^5.4 || ^6.0",
"symfony/monolog-bridge": "^4.4 || ^5.4 || ^6.0",
"symfony/doctrine-bridge": "^4.4 || ^5.4 || ^6.3",
"symfony/monolog-bridge": "^4.4 || ^5.4 || ^6.3",
"symfony/monolog-bundle": "^3.2",
"symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0",
"symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.3",
"theofidry/alice-data-fixtures": "^1.0.1"
},
"conflict": {
Expand Down

0 comments on commit 8013eb5

Please sign in to comment.