diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dd4f894..6171da7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,6 +46,7 @@ jobs: symfony: - 'unchanged' - '6.4.*' + - '7.*.*' fail-fast: false services: diff --git a/composer.json b/composer.json index 7098ad5..a222fbf 100644 --- a/composer.json +++ b/composer.json @@ -37,14 +37,14 @@ "doctrine/orm": "^2.10.0", "doctrine/persistence": "^2.2 || ^3.0", "psr/log": "^1.0 || ^2.0 || ^3.0", - "symfony/finder": "^6.4", - "symfony/framework-bundle": "^6.4", + "symfony/finder": "^6.4 || ^7.0", + "symfony/framework-bundle": "^6.4 || ^7.0", "theofidry/alice-data-fixtures": "^1.5" }, "require-dev": { "phpunit/phpunit": "^9.5", "phpspec/prophecy": "^1.7", - "symfony/phpunit-bridge": "^6.4", + "symfony/phpunit-bridge": "^6.4 || ^7.0", "phpspec/prophecy-phpunit": "^2.0", "monolog/monolog": "^3.5" },