diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 0c58eca..70516d9 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -12,10 +12,12 @@ jobs: strategy: fail-fast: true matrix: - php: [7.4, 7.3, 7.2] - laravel: [7.*, 6.*] + php: [7.4, 7.3] + laravel: [8.*, 7.*, 6.*] dependency-version: [prefer-lowest, prefer-stable] include: + - laravel: 8.* + testbench: 6.* - laravel: 7.* testbench: 5.* - laravel: 6.* @@ -46,3 +48,4 @@ jobs: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest - name: Execute tests run: vendor/bin/phpunit + \ No newline at end of file diff --git a/composer.json b/composer.json index 4661d13..6a2a98b 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,12 @@ } ], "require": { - "php": "^7.1", - "illuminate/support": "^6|^7" + "php": "^7.3", + "illuminate/support": "^6|^7|^8" }, "require-dev": { - "orchestra/testbench": "^4.0|^5.0", - "phpunit/phpunit": "^8.0" + "orchestra/testbench": "^4.0|^5.0|^6.0", + "phpunit/phpunit": "^8.0|^9.0" }, "autoload": { "psr-4": {