From 7388257fa7062a665cfcecdbe05f4d1a9124ed94 Mon Sep 17 00:00:00 2001 From: Kyrch Date: Thu, 19 Mar 2026 14:33:26 -0300 Subject: [PATCH 1/2] Laravel 13 --- .github/workflows/tests.yml | 8 ++++++-- composer.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) 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..40ee22f 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ }, "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", From ebd94ef5d57765de1c8102b866122970e4050856 Mon Sep 17 00:00:00 2001 From: Kyrch Date: Sat, 28 Mar 2026 13:36:22 -0300 Subject: [PATCH 2/2] bump laravel ray --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 40ee22f..e4f79fb 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "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": {