diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 9c3ddb8..69e0f9c 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - php: [8.3, 8.2, 8.1] + php: [8.4, 8.3, 8.2, 8.1] illuminate: [10.*, 11.*] dependency-version: [prefer-lowest, prefer-stable] exclude: diff --git a/composer.json b/composer.json index 8ed90fe..545b977 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "guzzlehttp/guzzle": "^7.3", "guzzlehttp/psr7": "^2.0", "illuminate/collections": "^10.0|^11.0", - "nicmart/tree": "^0.8.0", + "nicmart/tree": "^0.9", "spatie/browsershot": "^3.45|^4.0", "spatie/robots-txt": "^2.0", "symfony/dom-crawler": "^6.0|^7.0"