From 77173d7f033b95c43c6531836c30173f0dff3a13 Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Thu, 27 Jan 2022 13:30:34 +0500 Subject: [PATCH] removed l7 --- .github/workflows/ci.yml | 2 +- composer.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30f74ff..6b21de4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: true matrix: - laravel: [6, 7, 8, 9] + laravel: [6, 8, 9] name: Tests (PHPUnit) - L${{ matrix.laravel }} diff --git a/composer.json b/composer.json index db8b554..f58bcc9 100644 --- a/composer.json +++ b/composer.json @@ -19,11 +19,11 @@ } }, "require": { - "illuminate/support": "^6.0|^7.11|^8.0|^9.0", - "illuminate/database": "^6.0|^7.11|^8.0|^9.0" + "illuminate/support": "^6.0|^8.0|^9.0", + "illuminate/database": "^6.0|^8.0|^9.0" }, "require-dev": { - "orchestra/testbench": "^4.0|^5.2|^6.0|^7.0" + "orchestra/testbench": "^4.0|^6.0|^7.0" }, "minimum-stability": "dev", "prefer-stable": true