diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d26272f..10392c2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,6 @@ jobs: strategy: matrix: php-version: - - "8.1" - "8.2" - "8.3" - "8.4" diff --git a/README.md b/README.md index f85e752..3abde2f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Exspecto -[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg)](https://php.net/) +[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.2-8892BF.svg)](https://php.net/) Small PHP DSL for synchronizing asynchronous operations (busy-waiting). diff --git a/composer.json b/composer.json index 5c52a58..eb6ec95 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": ">=8.1" + "php": ">=8.2" }, "require-dev": { "php-cs-fixer/shim": "^3.48",