diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 0303eda..f2eb711 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -16,6 +16,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" dependencies: - "highest" - "lowest" diff --git a/composer.json b/composer.json index 3ad0e1d..081ce01 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } ], "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-json": "*", "codeception/codeception": "^5.0", "guzzlehttp/guzzle": "^6.1 || ^7.0"