diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 0fe6bb1..d08dc62 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -50,15 +50,18 @@ jobs: strategy: matrix: php-version: + - "8.0" - "8.1" - "8.2" - - "8.3" laravel-constraint: - "9.*" - "10.*" dependencies: - "lowest" - "highest" + exclude: + - php-version: "8.0" + laravel-constraint: "10.*" steps: - name: "Set up PHP" diff --git a/composer.json b/composer.json index bc5fb00..6471c94 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "issues": "https://github.com/Laragear/WebAuthn/issues" }, "require": { - "php": "^8.1", + "php": "8.*", "ext-openssl": "*", "ext-json": "*", "illuminate/auth": "9.*|10.*",