diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 04acee93b..04fdeb41b 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -15,7 +15,6 @@ jobs: fail-fast: false matrix: php-version: - - "7.4" - "8.0" - "8.1" - "8.2" diff --git a/CHANGELOG.md b/CHANGELOG.md index 940edd760..f1982adaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -644,7 +644,7 @@ You can find and compare releases at the [GitHub release page](https://github.co ### Changed -- PHP version required: 7.4+ +- PHP version required: 8.0+ - Propagate error message and stack trace for why leaf value serialization failed - Do not throw client safe `Error` when failing to serialize an Enum type - Use native PHP types for properties of `Type` and its subclasses diff --git a/composer.json b/composer.json index a877db6eb..2dc5b680b 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ ], "homepage": "https://github.com/webonyx/graphql-php", "require": { - "php": "^7.4 || ^8", + "php": "^8", "ext-json": "*", "ext-mbstring": "*" },