From bf4c7759bafdb2d8d6e1201e4b1e823b8edd3338 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Thu, 18 Jan 2024 11:45:42 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Bump=20minimum=20PHP=20version?= =?UTF-8?q?=20to=208.1=20(#3176)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b307df7..8d941e9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]')" strategy: matrix: - php: ['8.0', '8.1'] + php: ['8.1', '8.2'] steps: - name: Checkout the project diff --git a/composer.json b/composer.json index 23daee5..a51b307 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ } }, "require": { - "php": "^8.0" + "php": ">=8.1" }, "require-dev": { "squizlabs/php_codesniffer": "3.7.2"