diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b307df7f02..8d941e90a9 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 23daee5320..a51b30757e 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"