diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 1149e1d..1bbbf67 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -16,7 +16,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.3, 8.2] + php: [8.4, 8.3, 8.2] laravel: ["10.*", "11.*"] stability: [prefer-lowest, prefer-stable] include: diff --git a/composer.json b/composer.json index 15c728f..04e5100 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^8.2|^8.3", + "php": "^8.2|^8.3|^8.4", "graham-campbell/security-core": "^4.0", "illuminate/contracts": "^10.0|^11.0", "spatie/laravel-package-tools": "^1.9.2" @@ -59,4 +59,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} +} \ No newline at end of file