diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8687353..3041a0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: Tests: strategy: matrix: - php-versions: ['8.0', '8.1'] + php-versions: ['8.0', '8.1', '8.2'] runs-on: ubuntu-latest steps: - name: Checkout diff --git a/composer.json b/composer.json index 89d8343..2d05efe 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["event-driven", "inotify", "non-blocking", "ReactPHP"], "license": "MIT", "require": { - "php": "~8.0.0|~8.1.0", + "php": "^8.0", "ext-inotify": "*", "react/event-loop": "^1.2", "evenement/evenement": "^3"