diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 064d086..b8b483b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -36,7 +36,6 @@ jobs: strategy: matrix: php-version: - - '8.0' - '8.1' - '8.2' - '8.3' @@ -45,7 +44,7 @@ jobs: symfony-require: [''] variant: [normal] include: - - php-version: '8.0' + - php-version: '8.1' dependencies: lowest allowed-to-fail: false variant: normal diff --git a/rector.php b/rector.php index 7446323..d57c8f4 100644 --- a/rector.php +++ b/rector.php @@ -31,7 +31,7 @@ ]); $rectorConfig->sets([ - LevelSetList::UP_TO_PHP_80, + LevelSetList::UP_TO_PHP_81, PHPUnitSetList::PHPUNIT_90, PHPUnitSetList::PHPUNIT_CODE_QUALITY, ]);