diff --git a/.github/workflows/code_analysis.yaml b/.github/workflows/code_analysis.yaml index 4a65b7e..8ea1bd1 100644 --- a/.github/workflows/code_analysis.yaml +++ b/.github/workflows/code_analysis.yaml @@ -23,6 +23,7 @@ jobs: - '8.1' - '8.2' - '8.3' + - '8.4' name: ${{ matrix.actions.name }} at PHP ${{ matrix.php }} runs-on: ubuntu-latest diff --git a/composer.json b/composer.json index 084e784..f4cee27 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.0", "psr/http-message": "~1.0 || ~2.0" }, "require-dev": {