From ff1b2fb94771114be700c119db0a9c9704ceb4ce Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Tue, 25 Feb 2025 22:10:35 +0000 Subject: [PATCH] Supports Laravel 12 (#28) * Allow Testbench 10 in composer.json * Add Laravel 12 to testing matrix --- .github/workflows/tests.yaml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 88776eb..1d76ea9 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: php: [8.2, 8.3, 8.4] - laravel: [10.*, 11.*] + laravel: [10.*, 11.*, 12.*] stability: [prefer-lowest, prefer-stable] os: [ubuntu-latest] exclude: diff --git a/composer.json b/composer.json index 92f9f1c..ecca7bc 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "statamic/cms": "^5.41" }, "require-dev": { - "orchestra/testbench": "^8.28 || ^9.6.1" + "orchestra/testbench": "^8.28 || ^9.6.1 || ^10.0" }, "scripts": { "lint": [