From e33b2164acef13081fd2c64a77594fe7c3a677a3 Mon Sep 17 00:00:00 2001 From: Joshua Date: Mon, 28 Aug 2023 06:48:19 -0700 Subject: [PATCH] Drop 8.0 --- .github/workflows/php.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index d247bba..3f095f1 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [8.0, 8.1, 8.2] + php: [8.1, 8.2] steps: - uses: actions/checkout@v1 - uses: shivammathur/setup-php@v2 diff --git a/composer.json b/composer.json index 10e7842..3204f7c 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "php": ">=8.0.0" + "php": ">=8.1.0" }, "require-dev": { "ext-ds": "*",