diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 50a4daa..04d716c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,10 @@ jobs: strategy: matrix: include: + - php: 8.2 + illuminate: ^10.0 + - php: 8.1 + illuminate: ^10.0 - php: 8.1 illuminate: ^9.0 - php: 8.1 diff --git a/composer.json b/composer.json index b72e9c7..6df15db 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": "^7.4|^8.0", - "illuminate/support": "^7.0|^8.0|^9.0", + "illuminate/support": "^7.0|^8.0|^9.0|^10.0", "bjeavons/zxcvbn-php": "^1.2" }, "require-dev": {