From 64e8b09804597ff8f0bcbda3e56cdb6ab8283465 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 8 Oct 2020 09:55:37 +0200 Subject: [PATCH 1/3] L8 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 52cb470..39d83c7 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,8 @@ "php": "^7.4", "ext-json": "*", "astrotomic/laravel-guzzle": "^2.1", - "illuminate/cache": "^6.0 || ^7.0", - "illuminate/support": "^6.0 || ^7.0" + "illuminate/cache": "^6.0 || ^7.0 || ^8.0", + "illuminate/support": "^6.0 || ^7.0 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.3", From 2aab8116948ccd44f05230d6a7131eb2c2e9a5a1 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 8 Oct 2020 09:58:12 +0200 Subject: [PATCH 2/3] Update run-tests.yml --- .github/workflows/run-tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 777d838..2e641b8 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -10,9 +10,11 @@ jobs: matrix: os: [ubuntu-latest] php: [7.4] - laravel: [7.*, 6.*] + laravel: [8.*, 7.*, 6.*] dependency-version: [prefer-lowest, prefer-stable] include: + - laravel: 8.* + testbench: 6.* - laravel: 7.* testbench: 5.* - laravel: 6.* @@ -63,4 +65,4 @@ jobs: run: vendor/bin/php-stan-test - name: php-mn-test - run: vendor/bin/php-mn-test ./src \ No newline at end of file + run: vendor/bin/php-mn-test ./src From bd97f4132ed8f143fc57ddcf93886eda3e9fb321 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 8 Oct 2020 13:17:50 +0200 Subject: [PATCH 3/3] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 39d83c7..044d53b 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "require-dev": { "bamarni/composer-bin-plugin": "^1.3", - "orchestra/testbench": "^4.0 || ^5.0", + "orchestra/testbench": "^4.0 || ^5.0 || ^6.0", "phpunit/phpunit": "^8.0 || ^9.0" }, "config": {