diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ee242f8..c168075 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,10 +22,14 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.4, 8.3] - laravel: [12.*, 11.*] + php: [8.5, 8.4, 8.3] + laravel: [13.*, 12.*, 11.*] stability: [prefer-stable] include: + - laravel: 13.* + testbench: 11.* + carbon: 3.* + collision: 8.* - laravel: 12.* testbench: 10.* carbon: 3.* diff --git a/composer.json b/composer.json index 27d13e7..e4f79fb 100644 --- a/composer.json +++ b/composer.json @@ -28,12 +28,12 @@ }, "require-dev": { "laravel/pint": "^1.10", - "orchestra/testbench": "^9.0|^10.0", + "orchestra/testbench": "^9.0|^10.0|^11.0", "pestphp/pest": "^4.3", "pestphp/pest-plugin-laravel": "^4.0", "pestphp/pest-plugin-livewire": "^4.0", "rector/rector": "^2.0", - "spatie/laravel-ray": "^1.26" + "spatie/laravel-ray": "^1.43.7" }, "autoload": { "psr-4": {