diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index f4bded3..66c30bf 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,7 +13,7 @@ jobs: fail-fast: true matrix: os: [ ubuntu-latest, windows-latest ] - php: [ 8.3 ] + php: [ 8.2, 8.3 ] laravel: [ 11.* ] stability: [ prefer-lowest, prefer-stable ] diff --git a/composer.json b/composer.json index c7c08db..70a4af4 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^8.3", + "php": ">=8.3", "illuminate/contracts": "^11.0", "laravel/socialite": "^5.12", "socialiteproviders/microsoft": "^4.2",