diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index bf20cb9..601f96e 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 18836a7..15ae31b 100644 --- a/composer.json +++ b/composer.json @@ -28,8 +28,8 @@ "statamic/cms": "^5.41" }, "require-dev": { - "orchestra/testbench": "^8.28 || ^9.6.1", - "pestphp/pest": "^2.2", + "pestphp/pest": "^2.2 || ^3.0", + "orchestra/testbench": "^8.28 || ^9.6.1 || ^10.0", "spatie/test-time": "^1.2", "laravel/pint": "^1.18" },