From 0f5f6dabefe0fe70294db797796c33be2c174c53 Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Thu, 4 Aug 2022 16:43:30 +0500 Subject: [PATCH] wip --- .github/workflows/ci.yml | 9 ++------- composer.json | 10 +++++----- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbeec4d6..bc3e7187 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,13 +14,8 @@ jobs: strategy: matrix: - php: ['7.4', '8.0', '8.1'] - laravel: ['^6.0', '^8.0', '^9.0'] - exclude: - - php: '8.1' - laravel: '^6.0' - - php: '7.4' - laravel: '^9.0' + php: ['8.1'] + laravel: ['^8.0', '^9.0'] services: postgres: diff --git a/composer.json b/composer.json index c6e1e23d..03f08244 100644 --- a/composer.json +++ b/composer.json @@ -15,17 +15,17 @@ } ], "require": { - "php": "^7.4|^8.0|^8.1", + "php": "^8.1", "ext-json": "*", - "illuminate/support": "^6.0|^8.0|^9.0", + "illuminate/support": "^8.0|^9.0", "facade/ignition-contracts": "^1.0", - "ramsey/uuid": "^3.7|^4.0", + "ramsey/uuid": "^4.0", "stancl/jobpipeline": "^1.0", "stancl/virtualcolumn": "^1.0" }, "require-dev": { - "laravel/framework": "^6.0|^8.0|^9.0", - "orchestra/testbench": "^4.0|^6.0|^7.0", + "laravel/framework": "^8.0|^9.0", + "orchestra/testbench": "^6.0|^7.0", "league/flysystem-aws-s3-v3": "^1.0|^3.0", "doctrine/dbal": "^2.10", "spatie/valuestore": "^1.2.5",