diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7341478..d777b65 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - php: [8.0, 8.1, 8.2, 8.3, 8.4, 8.5] + php: [8.2, 8.3, 8.4, 8.5] steps: - name: Checkout code diff --git a/composer.json b/composer.json index 521ec13..c43ae94 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "minimum-stability": "RC", "require": { - "php": "^8.0", + "php": "^8.2", "codeception/codeception": "^5.0", "mongodb/mongodb": "^1.12 || ^2.0" }, diff --git a/readme.md b/readme.md index ff01027..631a9c1 100644 --- a/readme.md +++ b/readme.md @@ -15,7 +15,7 @@ composer require "codeception/module-mongodb" --dev ## Requirements -* `PHP 8.0` or higher. +* `PHP 8.2` or higher. ## Documentation