From b5d168b202acc2cc03e57f2085b3e656525ae3ed Mon Sep 17 00:00:00 2001 From: Alexandre D'Eschambeault Date: Tue, 26 Mar 2024 09:06:45 -0400 Subject: [PATCH] build(deps): drop php 8.0 support --- .github/workflows/tests.yml | 5 +---- composer.json | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8598934..1c5e8fc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,12 +9,9 @@ jobs: strategy: fail-fast: true matrix: - php: [8.0, 8.1, 8.2] + php: [8.1, 8.2] laravel: [9.*, 10.*] dependency-version: [prefer-lowest, prefer-stable] - exclude: - - php: 8.0 - laravel: 10.* include: - laravel: 9.* testbench: 7.* diff --git a/composer.json b/composer.json index 7a4dcc7..4b5b902 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^8.0", + "php": "^8.1", "illuminate/support": "^9.0|^10.0" }, "require-dev": {