diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 67689c3..c37f59d 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,10 +9,12 @@ jobs: strategy: fail-fast: true matrix: - php: [7.2, 7.3, 7.4] - laravel: [6.*, 7.*] + php: [7.3, 7.4] + laravel: [6.*, 7.*, 8.*] dependency-version: [prefer-lowest, prefer-stable] include: + - laravel: 8.* + testbench: 6.* - laravel: 7.* testbench: 5.* - laravel: 6.* diff --git a/composer.json b/composer.json index a8ba2da..00563d1 100755 --- a/composer.json +++ b/composer.json @@ -18,19 +18,19 @@ } ], "require": { - "php": "^7.2", - "illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0", + "php": "^7.3", + "illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0", "jaybizzle/crawler-detect": "^1.2", "spatie/laravel-referer": "^1.6", "torann/geoip": "^1.0" }, "require-dev": { "doctrine/dbal": "^2.5.2", - "phpunit/phpunit": "^8.5", "fzaninotto/faker": "^1.6", - "illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0", + "illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0", "mockery/mockery": "^1.3", - "orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0 || ^5.0", + "orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0 || ^5.0 || ^6.0", + "phpunit/phpunit": "^9.3", "predis/predis": "^1.1" }, "suggest": { diff --git a/phpunit.xml b/phpunit.xml index 59d69e4..7274c1e 100755 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,24 +1,16 @@ - - - - ./tests/Unit - - - ./tests/Feature - - - - - ./src - - - \ No newline at end of file + + + + ./src + + + + + ./tests/Unit + + + ./tests/Feature + + +