diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 341e4be..620718c 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -23,6 +23,12 @@ jobs: symfony-version: - '6.4.*' - '7.3.*' + - '7.4.x-dev' + include: + - php-version: '8.4' + symfony-version: '8.0.x-dev' + - php-version: '8.5' + symfony-version: '8.0.x-dev' steps: - name: Checkout diff --git a/CHANGELOG.md b/CHANGELOG.md index 707eef9..338e54c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ----- * Test against PHP 8.4 & 8.5 +* Allow Symfony 8 2.0.0 ----- diff --git a/composer.json b/composer.json index 834dd3c..91d8927 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^8.2", - "symfony/process": "^6.4 || ^7.0" + "symfony/process": "^6.4 || ^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^11.5.35"