diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index ac26426..3882faa 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -14,8 +14,11 @@ jobs: matrix: os: [ubuntu-latest] php: [8.0, 8.1, 8.2] - phpunit: [^8.3, 9.*, 10.*] + phpunit: [^8.5.23, 9.*, 10.*] stability: [prefer-lowest, prefer-stable] + exclude: + - php: 8.0 + phpunit: 10.* name: P${{ matrix.php }} - PHPUnit ${{ matrix.phpunit }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index c60157e..9feea23 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^8.0.2", - "illuminate/macroable": "^7.0|^8.0|^9.0", + "illuminate/macroable": "^7.0|^8.0|^9.0|^10.0", "phpunit/phpunit": "^8.3|^9.0|^10.0", "spatie/url": "^1.3.4|^2.0", "symfony/dom-crawler": "^5.4|^6.1"