From 2bae3184f294dda8c9ba980b109d25fa46e28e14 Mon Sep 17 00:00:00 2001 From: Dan Harrin Date: Wed, 7 Oct 2020 23:06:41 +0100 Subject: [PATCH] wip --- .github/workflows/run-tests.yml | 4 ++-- composer.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 66fe497..5a1a608 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -12,8 +12,8 @@ jobs: strategy: fail-fast: false matrix: - php: [7.4, 7.3, 7.2, 7.1] - laravel: [8.*, 7.*, 6.*, 5.8.*] + php: [7.4, 7.3, 7.2] + laravel: [8.*, 7.*, 6.*] dependency-version: [prefer-lowest, prefer-stable] include: - laravel: 8.* diff --git a/composer.json b/composer.json index 3050d2b..4582a62 100644 --- a/composer.json +++ b/composer.json @@ -17,10 +17,10 @@ } ], "require": { - "php": "^7.1.3", + "php": "^7.2", "calebporzio/sushi": "^2.1", - "illuminate/database": "^5.8 || ^6.0 || ^7.0 || ^8.0", - "illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0" + "illuminate/database": "^6.0 || ^7.0 || ^8.0", + "illuminate/support": "^6.0 || ^7.0 || ^8.0" }, "require-dev": { "orchestra/testbench": "^6.2",