diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81550a78..4944919a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: - php: '8.1' - php: '8.2' - php: '8.3' + - php: '8.4' ignore-php-version: true calculate-code-coverage: true - doctrine-orm: '2.14' @@ -33,7 +34,7 @@ jobs: - name: Set up PHP with PECL extension uses: shivammathur/setup-php@v2 with: - php-version: ${{ matrix.php || '8.3' }} + php-version: ${{ matrix.php || '8.4' }} coverage: xdebug extensions: ctype, json, mbstring tools: composer diff --git a/composer.json b/composer.json index 5c54fae9..87088989 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "phpstan/phpstan": "^1.12.11", "phpstan/phpstan-phpunit": "^1.4.1", "phpunit/phpunit": "^10.5.38", - "qossmic/deptrac": "^2.0.0-alpha", + "qossmic/deptrac": "^2.0.4", "rector/rector": "^1.2.10", "symfony/cache": "^6.4||^7.0" },