From 53ceefd02684e5e43c81418bb0a81bef1f8281a8 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Thu, 19 Feb 2026 16:00:33 +0000 Subject: [PATCH 1/6] update dependencies --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 94c7545c..a776d7af 100644 --- a/composer.json +++ b/composer.json @@ -33,9 +33,9 @@ }, "require-dev": { "orchestra/testbench": "^10.0", - "phpunit/phpunit": "^11.5.3", + "phpunit/phpunit": "^11.5.3 || ^12.0", "laravel/pint": "^1.17", - "spatie/laravel-ray": "^1.40" + "spatie/laravel-ray": "^1.43.6" }, "config": { "allow-plugins": { From e22c4b0665dbfc7ce2ea6c06d63b7489c1171d4e Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Thu, 19 Feb 2026 16:00:43 +0000 Subject: [PATCH 2/6] update testing matrix --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3bbc47e1..bb06f781 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,14 +16,14 @@ jobs: strategy: matrix: - php: [8.3, 8.4] - laravel: [12.*] + php: [8.3, 8.4, 8.5] + laravel: [13.* 12.*] stability: [prefer-lowest, prefer-stable] os: [ubuntu-latest] include: - os: windows-latest - php: 8.4 - laravel: 12.* + php: 8.5 + laravel: 13.* stability: prefer-stable name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} From 970a74442c48e63aa8b7d1e412a2c4cf3bb9f278 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Thu, 19 Feb 2026 16:02:03 +0000 Subject: [PATCH 3/6] wip --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bb06f781..e9bebba3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: php: [8.3, 8.4, 8.5] - laravel: [13.* 12.*] + laravel: [13.*, 12.*] stability: [prefer-lowest, prefer-stable] os: [ubuntu-latest] include: From 8074e809ddd77e30703e39a77aeb26c3badb82e8 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Thu, 19 Feb 2026 16:03:44 +0000 Subject: [PATCH 4/6] testbench 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a776d7af..d15c7d4a 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "pixelfear/composer-dist-plugin": "^0.1.6" }, "require-dev": { - "orchestra/testbench": "^10.0", + "orchestra/testbench": "^10.0 || ^11.0", "phpunit/phpunit": "^11.5.3 || ^12.0", "laravel/pint": "^1.17", "spatie/laravel-ray": "^1.43.6" From 0628c95a6e1c6195c30ceeb9f3b310d33fd3e6cf Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Thu, 19 Feb 2026 16:07:04 +0000 Subject: [PATCH 5/6] wip --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d15c7d4a..2977bf99 100644 --- a/composer.json +++ b/composer.json @@ -41,5 +41,7 @@ "allow-plugins": { "pixelfear/composer-dist-plugin": true } - } + }, + "minimum-stability": "dev", + "prefer-stable": true } From 4c31a27cbbfd817b2ea240167ce8913e00483d51 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Mon, 9 Mar 2026 09:42:19 +0000 Subject: [PATCH 6/6] bump `statamic/cms` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2d899de4..f06b0b0c 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ } }, "require": { - "statamic/cms": "^6.4.1", + "statamic/cms": "^6.5", "pixelfear/composer-dist-plugin": "^0.1.6" }, "require-dev": {