diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d7cdbe8..3b68595 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: max-parallel: 15 fail-fast: false matrix: - php-versions: ["7.3", "7.4"] + php-versions: ["7.3", "7.4", "8.0"] composer-flags: ["--prefer-lowest", "--prefer-stable"] env: - LARAVEL_VERSION='^7.0' diff --git a/composer.json b/composer.json index 45e1604..a4cc4d7 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } ], "require": { - "php": "^7.3", + "php": "^7.3|^8.0", "illuminate/support": "^7.0|^8.0", "illuminate/console": "^7.0|^8.0" }, diff --git a/phpunit.xml b/phpunit.xml index c293026..9a91eab 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -8,9 +8,6 @@ ./tests/Unit - - ./tests/Feature -