From 1d3b28582c3e65c72f255c23063072ff40765cdb Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Wed, 18 Mar 2026 11:50:01 +0000 Subject: [PATCH 1/2] update dependencies --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 44524c3..344c502 100644 --- a/composer.json +++ b/composer.json @@ -17,11 +17,11 @@ "statamic/cms": "^6.0" }, "require-dev": { - "jasonmccreary/laravel-test-assertions": "^2.0", + "jasonmccreary/laravel-test-assertions": "^2.9", "laravel/pint": "^1.0", "mockery/mockery": "^1.3.3", - "orchestra/testbench": "^10.0.2", - "phpunit/phpunit": "^11.0", + "orchestra/testbench": "^10.0.2 || ^11.0", + "phpunit/phpunit": "^11.0 || ^12.0", "spatie/laravel-ray": "*" }, "autoload": { From d4d7418a8c67a4e7743d9484f0df1ea5b23d7e08 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Wed, 18 Mar 2026 11:50:33 +0000 Subject: [PATCH 2/2] update testing matrix --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b7422b..342b92c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,8 +10,8 @@ jobs: strategy: matrix: os: [ubuntu-latest] - php: [8.3, 8.4] - laravel: [12.*] + php: [8.3, 8.4, 8.5] + laravel: [12.*, 13.*] statamic: [^6.0] name: P${{ matrix.php }} - S${{ matrix.statamic }} - L${{ matrix.laravel }} - ubuntu-latest steps: