diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index ef63f4cd..42675644 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -60,7 +60,15 @@ jobs: with: app-name: softwarecatalog php-version: "8.3" - nextcloud-test-refs: '["stable34"]' + # THE LIST IS THE WHOLE DECLARED RANGE. appinfo/info.xml declares + # , so 32, 33 and 34 each get + # a leg. Adopting NC 34 by REPLACING the list left 32 and 33 advertised to + # the App Store with no job touching them — the declared floor became the + # untested end, which is the same drift as never testing 34, reversed. + # stable34 leads because newman, playwright and journeydoc-capture all read + # `fromJSON(inputs.nextcloud-test-refs)[0]` as their single server, and 34 + # is the major this app had never been exercised on. + nextcloud-test-refs: '["stable34", "stable32", "stable33"]' enable-psalm: true enable-phpstan: true enable-phpmetrics: true