diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 79236da..b6b15f1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -96,24 +96,56 @@ jobs: - php: '8.1' symfony: '6.3' dependencies: 'lowest' + - php: '8.1' + symfony: '6.4' + dependencies: 'highest' + - php: '8.1' + symfony: '6.4' + dependencies: 'lowest' + - php: '8.2' - symfony: '6.1' + symfony: '6.4' dependencies: 'highest' - php: '8.2' - symfony: '6.1' + symfony: '6.4' dependencies: 'lowest' - php: '8.2' - symfony: '6.2' + symfony: '7.0' dependencies: 'highest' - php: '8.2' + symfony: '7.0' + dependencies: 'lowest' + + - php: '8.3' + symfony: '6.1' + dependencies: 'highest' + - php: '8.3' + symfony: '6.1' + dependencies: 'lowest' + - php: '8.3' + symfony: '6.2' + dependencies: 'highest' + - php: '8.3' symfony: '6.2' dependencies: 'lowest' - - php: '8.2' + - php: '8.3' symfony: '6.3' dependencies: 'highest' - - php: '8.2' + - php: '8.3' symfony: '6.3' dependencies: 'lowest' + - php: '8.3' + symfony: '6.4' + dependencies: 'highest' + - php: '8.3' + symfony: '6.4' + dependencies: 'lowest' + - php: '8.3' + symfony: '7.0' + dependencies: 'highest' + - php: '8.3' + symfony: '7.0' + dependencies: 'lowest' env: SYMFONY_REQUIRE: ${{ matrix.symfony }}.* SYMFONY_PHPUNIT_VERSION: ${{ matrix.php >= 7.4 && '9.5' || '8.5' }} diff --git a/composer.json b/composer.json index 882dac2..5107391 100644 --- a/composer.json +++ b/composer.json @@ -20,12 +20,12 @@ "require": { "php": ">=7.2", "ext-dom": "*", - "symfony/config": "^4.4 || ^5.2 || ^6.0", - "symfony/console": "^4.4 || ^5.2 || ^6.0", - "symfony/dependency-injection": "^4.4.2 || ^5.2 || ^6.0", - "symfony/http-kernel": "^4.4 || ^5.2 || ^6.0", - "symfony/process": "^4.4 || ^5.2 || ^6.0", - "symfony/yaml": "^4.4 || ^5.2 || ^6.0" + "symfony/config": "^4.4 || ^5.2 || ^6.0 || ^7.0", + "symfony/console": "^4.4 || ^5.2 || ^6.0 || ^7.0", + "symfony/dependency-injection": "^4.4.2 || ^5.2 || ^6.0 || ^7.0", + "symfony/http-kernel": "^4.4 || ^5.2 || ^6.0 || ^7.0", + "symfony/process": "^4.4 || ^5.2 || ^6.0 || ^7.0", + "symfony/yaml": "^4.4 || ^5.2 || ^6.0 || ^7.0" }, "require-dev": { "symfony/phpunit-bridge": "^6.4.1"