From 2db56eb9c8aa2b3b35ca1e2e95867344d2fb3f47 Mon Sep 17 00:00:00 2001 From: Sambhav Pokharel Date: Mon, 17 Nov 2025 14:58:14 -0500 Subject: [PATCH 1/4] Simplify Github actions to use QA tasks --- .github/workflows/ci.yaml | 10 +++++----- build.xml | 17 +++++++++++++++++ 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 414cddb..f215c88 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,14 +11,14 @@ jobs: VUFIND_LOCAL_DIR: $GITHUB_WORKSPACE/local strategy: matrix: - php-version: ['8.1', '8.2', '8.3'] + php-version: ['8.2', '8.3', '8.4'] include: - - php-version: 8.1 - phing_tasks: "phpunitfast" - php-version: 8.2 - phing_tasks: "phpunitfast" + phing_tasks: "qa-console" - php-version: 8.3 - phing_tasks: "phpunitfast phpcs-console php-cs-fixer-dryrun phpstan-console rector-console" + phing_tasks: "phpunitfast" + - php-version: 8.4 + phing_tasks: "phpunitfast" steps: - name: Setup PHP diff --git a/build.xml b/build.xml index 161e43f..21d487c 100644 --- a/build.xml +++ b/build.xml @@ -41,6 +41,23 @@ + + + + + + + + + + + + + + + + + From 0154d8213535b486c0febf346c68c74ad10dc421 Mon Sep 17 00:00:00 2001 From: Sambhav Pokharel Date: Tue, 18 Nov 2025 10:05:03 -0500 Subject: [PATCH 2/4] Add qa tasks --- build.xml | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) diff --git a/build.xml b/build.xml index 21d487c..ceb431e 100644 --- a/build.xml +++ b/build.xml @@ -9,6 +9,29 @@ + + + + + + + + + + + Unexpected error during continuous integration tasks -- ${exceptionmsg} + + + + + + + + + + + + @@ -41,6 +64,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 81a5a3f735b5e5bd01ed775a7ca2e5bb781bfa82 Mon Sep 17 00:00:00 2001 From: Sambhav Pokharel Date: Tue, 18 Nov 2025 10:06:05 -0500 Subject: [PATCH 3/4] Remove Duplicate --- build.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build.xml b/build.xml index ceb431e..8e0b29b 100644 --- a/build.xml +++ b/build.xml @@ -1,16 +1,4 @@ - - - - - - - - - - - - From 2d1308bd15e31d2b397394d7edcbc4256f303866 Mon Sep 17 00:00:00 2001 From: Sambhav Pokharel Date: Tue, 18 Nov 2025 10:10:47 -0500 Subject: [PATCH 4/4] Fix build.xml errors --- build.xml | 166 ------------------------------------------------------ 1 file changed, 166 deletions(-) diff --git a/build.xml b/build.xml index 8e0b29b..59e9685 100644 --- a/build.xml +++ b/build.xml @@ -1,15 +1,4 @@ - - - - - - - - - Unexpected error during continuous integration tasks -- ${exceptionmsg} - - @@ -52,160 +41,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -217,7 +52,6 @@ -