diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8b0d0ce..f215c88 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: php-version: ['8.2', '8.3', '8.4'] include: - php-version: 8.2 - phing_tasks: "phpunitfast phpcs-console php-cs-fixer-dryrun phpstan-console rector-console" + phing_tasks: "qa-console" - php-version: 8.3 phing_tasks: "phpunitfast" - php-version: 8.4 diff --git a/build.xml b/build.xml index 3fd265e..b92be5d 100644 --- a/build.xml +++ b/build.xml @@ -41,6 +41,22 @@ + + + + + + + + + + + + + + + + diff --git a/tests/vufind.php-cs-fixer.php b/tests/vufind.php-cs-fixer.php index 361906b..dbfaf17 100644 --- a/tests/vufind.php-cs-fixer.php +++ b/tests/vufind.php-cs-fixer.php @@ -5,8 +5,8 @@ ->in(__DIR__ . '/../src'); $rules = [ - '@PHP81Migration' => true, - '@PHPUnit100Migration:risky' => true, + '@PHP8x2Migration' => true, + '@PHPUnit10x0Migration:risky' => true, '@PSR12' => true, 'align_multiline_comment' => true, 'binary_operator_spaces' => [