From cb11040f9cb36d60ad54aeedeacc917ace36573a Mon Sep 17 00:00:00 2001 From: Chris Tanner Date: Sat, 28 Sep 2024 17:46:57 -0400 Subject: [PATCH] Remove PHP 8.1 support --- .github/workflows/php-compatibility.yml | 7 +------ composer.json | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/php-compatibility.yml b/.github/workflows/php-compatibility.yml index 394d67a..13ba496 100644 --- a/.github/workflows/php-compatibility.yml +++ b/.github/workflows/php-compatibility.yml @@ -16,14 +16,9 @@ jobs: strategy: fail-fast: true matrix: - php: [8.1, 8.2, 8.3] + php: [8.2, 8.3] dependency-version: [prefer-lowest, prefer-stable] include: - - php: 8.1 - laravel: 9.* - testbench: 7.* - canvas: 7.* - phpunit: 9.* - php: 8.2 laravel: 10.* testbench: 8.* diff --git a/composer.json b/composer.json index f2e813e..c9b6c1b 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ } }, "require": { - "php": "^8", + "php": "^8.2", "illuminate/support": "^9|^10|^11" }, "minimum-stability": "dev",