From f667d7bf7ae7f6daeebae1580b6c39ccbe698907 Mon Sep 17 00:00:00 2001 From: Alexandre D'Eschambeault Date: Tue, 26 Mar 2024 09:00:15 -0400 Subject: [PATCH] build(deps): drop php 8.0 support --- .github/workflows/tests.yml | 4 +--- composer.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fcee8bf..f53112c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,12 +9,10 @@ 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.* - php: 8.2 laravel: 9.* dependency-version: prefer-lowest diff --git a/composer.json b/composer.json index 72c39c5..bc77a80 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "php": "^8.0", + "php": "^8.1", "illuminate/database": "^9.0|^10.0" }, "require-dev": {