From a4b238d3999b531f7bd0668f08eb8a27fad765fc Mon Sep 17 00:00:00 2001 From: freek Date: Wed, 9 Sep 2020 00:11:53 +0200 Subject: [PATCH] wip --- .github/workflows/run-tests.yml | 6 ++---- composer.json | 14 +++++++------- phpunit.xml.dist | 10 ---------- 3 files changed, 9 insertions(+), 21 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index f8f849b..b473f6a 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,16 +9,14 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [7.4, 7.3] - laravel: [6.*, 7.*, 8.*] + php: [7.4] + laravel: [7.*, 8.*] dependency-version: [prefer-lowest, prefer-stable] include: - laravel: 8.* testbench: 6.* - laravel: 7.* testbench: 5.* - - laravel: 6.* - testbench: 4.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 5b906a9..deb2b37 100644 --- a/composer.json +++ b/composer.json @@ -30,15 +30,15 @@ } ], "require": { - "php" : "^7.3", - "illuminate/support": "^6.0|^7.0|^8.0", - "illuminate/http": "^6.0|^7.0|^8.0", - "illuminate/contracts": "^6.0|^7.0|^8.0" + "php" : "^7.4", + "illuminate/support": "^7.0|^8.0", + "illuminate/http": "^7.0|^8.0", + "illuminate/contracts": "^7.0|^8.0" }, "require-dev": { - "phpunit/phpunit": "^8.0", - "orchestra/testbench": "^4.0|^5.0|^6.0", - "spatie/phpunit-snapshot-assertions": "^2.2" + "phpunit/phpunit": "^9.3", + "orchestra/testbench": "^5.0|^6.0", + "spatie/phpunit-snapshot-assertions": "^4.2" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 3f670dd..7560bbd 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,15 +1,5 @@ - - - src/ - - - - - - - tests