From 3d47e03572736c7228947efa2b9362f560abcb2f Mon Sep 17 00:00:00 2001 From: Eder Soares Date: Tue, 22 Aug 2023 15:32:04 -0300 Subject: [PATCH] Drop support to PHP 8.0 --- .github/workflows/tests.yml | 1 - composer.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1c22086..dcdd332 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,6 @@ jobs: strategy: matrix: php-version: - - 8.0 - 8.1 - 8.2 composer-version: diff --git a/composer.json b/composer.json index b6264ec..94f8cb3 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": "^8.0", + "php": "^8.1", "ext-json": "*", "composer-plugin-api": "^2.3" },