diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index bcff07effa..69a2912725 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [ 8.0, 8.1, 8.2, 8.3, 8.4, 8.5 ] + php: [ 8.4, 8.5 ] name: PHP ${{ matrix.php }} Syntax Check steps: diff --git a/Sources/Maintenance/Maintenance.php b/Sources/Maintenance/Maintenance.php index 8588a978f8..2043f29264 100644 --- a/Sources/Maintenance/Maintenance.php +++ b/Sources/Maintenance/Maintenance.php @@ -36,7 +36,7 @@ class Maintenance /** * The lowest PHP version we support. */ - public const PHP_MIN_VERSION = '8.0.1'; + public const PHP_MIN_VERSION = '8.4.1'; /** * Tool Types. diff --git a/composer.json b/composer.json index 61ce5bfb3e..ccc3060f98 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "config": { "platform": { - "php": "8.0.0" + "php": "8.4.1" } }, "require": {