From fbf2c9aae5447ea88478afdcd3a69a7741c7246e Mon Sep 17 00:00:00 2001 From: Scott Wakefield Date: Tue, 26 Mar 2024 19:39:38 +0000 Subject: [PATCH] Fix PHP requirements --- .github/workflows/tests.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b434a6c..167af92 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: true matrix: - php: ['8.0', '8.1', '8.2', '8.3'] + php: ['8.2', '8.3'] name: PHP ${{ matrix.php }} diff --git a/composer.json b/composer.json index 35ca407..6168408 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "type": "craft-plugin", "license": "MIT", "require": { - "php": "^8.0.2", + "php": "^8.2", "craftcms/cms": "^5.0" }, "require-dev": {