From c93dda14691cc06f66bf047773e56161993a0c3e Mon Sep 17 00:00:00 2001 From: Tom Witkowski Date: Tue, 25 Jun 2024 15:58:55 +0200 Subject: [PATCH] drop PHP7.4 --- .github/workflows/run-tests.yml | 8 +------- composer.json | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index dee7ace..d122891 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['8.3', '8.2', '8.1', '8.0', '7.4'] + php: ['8.3', '8.2', '8.1', '8.0'] laravel: ['11.*', '10.*', '9.*', '8.*'] dependency-version: ['prefer-lowest', 'prefer-stable'] exclude: @@ -19,14 +19,8 @@ jobs: php: '8.1' - laravel: '11.*' php: '8.0' - - laravel: '11.*' - php: '7.4' - laravel: '10.*' php: '8.0' - - laravel: '10.*' - php: '7.4' - - laravel: '9.*' - php: '7.4' - laravel: '9.*' dependency-version: 'prefer-lowest' - laravel: '8.*' diff --git a/composer.json b/composer.json index 6dca59e..917f9ae 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "source": "https://github.com/Astrotomic/laravel-unavatar" }, "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "ext-json": "*", "astrotomic/php-unavatar": "^0.3.0", "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",