From 4396f7798b52306d218bc6975c201cc5ba545ec1 Mon Sep 17 00:00:00 2001 From: Swapnil Sarwe Date: Tue, 27 Feb 2024 15:58:45 +0530 Subject: [PATCH] wip --- .github/workflows/tests.yml | 8 +------- composer.json | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9e07180..6e411df 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,15 +11,9 @@ jobs: strategy: fail-fast: true matrix: - php: [7.4, '8.0', 8.1, 8.2, 8.3] + php: ['8.0', 8.1, 8.2, 8.3] laravel: [8, 9, 10, 11] exclude: - - php: 7.4 - laravel: 9 - - php: 7.4 - laravel: 10 - - php: 7.4 - laravel: 11 - php: '8.0' laravel: 10 - php: '8.0' diff --git a/composer.json b/composer.json index ac586f2..5513304 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0", "blade-ui-kit/blade-icons": "^1.6", "illuminate/support": "^8.0|^9.0|^10.0|^11.0" },