diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 0f9bebf..1028620 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,17 +13,17 @@ jobs: php: [8.4, 8.3, 8.2] include: - php: 8.4 + laravel: 13.* + testbench: 11.* + + - php: 8.3 laravel: 12.* testbench: 10.* - - php: 8.3 + - php: 8.2 laravel: 11.* testbench: 9.* - - php: 8.2 - laravel: 10.* - testbench: 8.* - name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }} steps: diff --git a/composer.json b/composer.json index 7753dff..31dead5 100644 --- a/composer.json +++ b/composer.json @@ -18,15 +18,15 @@ "require": { "php": "^8.1", "directorytree/imapengine": "^1.19.0", - "illuminate/contracts": "^10.0|^11.0|^12.0" + "illuminate/contracts": "^10.0|^11.0|^12.0|^13.0" }, "require-dev": { "laravel/pint": "^1.14", "nunomaduro/collision": "^7.10|^8.1", - "orchestra/testbench": "^8.22|^9.0|^10.0", - "pestphp/pest": "^2.0|^3.0", - "pestphp/pest-plugin-arch": "^2.0|^3.0", - "pestphp/pest-plugin-laravel": "^2.0|^3.0", + "orchestra/testbench": "^8.22|^9.0|^10.0|^11.0", + "pestphp/pest": "^2.0|^3.0|^4.0", + "pestphp/pest-plugin-arch": "^2.0|^3.0|^4.0", + "pestphp/pest-plugin-laravel": "^2.0|^3.0|^4.0", "spatie/laravel-ray": "^1.35" }, "autoload": {