diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1a674e0..534330c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.3, 8.4] + php: [8.2, 8.3, 8.4] laravel: [11.*, 12.*] stability: [prefer-lowest, prefer-stable] include: diff --git a/composer.json b/composer.json index a2cf20e..989398e 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A Prism tool for interacting with MCP servers", "type": "library", "require": { - "php": "^8.3", + "php": "^8.2", "prism-php/prism": ">=0.56 ^0", "laravel/framework": "^11.0|^12.0" },