From 8fd1e7d00ef697812916ef0324a46c18c181b8b6 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Thu, 16 Feb 2023 10:55:19 +0100 Subject: [PATCH] Remove L8 support (#3) --- .github/workflows/ci.yml | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 426df98..db7747e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - laravel: [8, 9, 10] + laravel: [9, 10] steps: - uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index 61be304..55b7041 100644 --- a/composer.json +++ b/composer.json @@ -19,11 +19,11 @@ }, "require": { "php": "^8.1", - "illuminate/support": "^8.24|^9.0|^10.0", + "illuminate/support": "^9.0|^10.0", "archtechx/enums": "^0.3.2" }, "require-dev": { - "orchestra/testbench": "^6.9|^7.0|^8.0", + "orchestra/testbench": "^7.0|^8.0", "pestphp/pest": "^1.2|^2.0", "pestphp/pest-plugin-laravel": "^1.0|^2.0" },