diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 5ed34fb..fbea2fa 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,7 +13,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-22.04] - php: [8.3, 8.2] + php: [8.4, 8.3, 8.2] laravel: [11.*, 10.*] stability: [prefer-lowest, prefer-stable] include: diff --git a/composer.json b/composer.json index e6ac1f3..ed25c5e 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^8.2|^8.3", + "php": "^8.2|^8.3|^8.4", "illuminate/process": "^10.0|^11.0", "spatie/laravel-package-tools": "^1.13.0", "spatie/temporary-directory": "^2.1"