From e93ff260828bcb0be3e0c8e7a500ab3a1a3b9361 Mon Sep 17 00:00:00 2001 From: Sambhav Pokharel Date: Tue, 18 Nov 2025 10:24:50 -0500 Subject: [PATCH] Simplify gh actions to use qa --- .github/workflows/ci.yaml | 2 +- build.xml | 16 ++++++++++++++++ tests/vufind.php-cs-fixer.php | 4 ++-- 3 files changed, 19 insertions(+), 3 deletions(-) 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' => [