Fix revision history tables in documentation and resolve CI workflow errors #35

Merged
Copilot merged 8 commits from copilot/fix-readme-revision-history into main 2026-01-06 08:09:58 +00:00

8 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
e1dcc80e60 Isolate Composer caches per job to prevent dependency conflicts
Remove overly broad cache restore-keys that allowed cross-job cache pollution. Each job now maintains its own isolated cache based on job type and PHP version. This prevents Codeception's PHP 8.1+ requirements from affecting PHPStan jobs running on PHP 8.0.

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-05 18:10:39 +00:00
copilot-swe-agent[bot]
f67946f0c0 Allow PHPStan extension-installer plugin in Composer config
Add composer global config to explicitly allow phpstan/extension-installer plugin before installation. This resolves "blocked by your allow-plugins config" error in Composer 2.2+.

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-05 12:08:46 +00:00
copilot-swe-agent[bot]
15fa87e49d Add GitHub token authentication for Composer in CI workflows
Configure COMPOSER_AUTH with GitHub token for all composer global require commands to prevent authentication errors when accessing GitHub API. This resolves "Could not authenticate against github.com" errors in CI.

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-05 12:03:04 +00:00
copilot-swe-agent[bot]
10265288cc Fix Node.js cache configuration in joomla_testing workflow
Remove npm cache configuration since repository has no package-lock.json file. This resolves the "Some specified paths were not resolved, unable to cache dependencies" error in GitHub Actions.

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-05 11:51:16 +00:00
copilot-swe-agent[bot]
c050bf6805 Reorder revision history entries in logical chronological sequence
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-05 08:50:10 +00:00
copilot-swe-agent[bot]
bf73dbda79 Update README revision history with proper information and consistent format
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-05 08:48:47 +00:00
copilot-swe-agent[bot]
6f9db80fb3 Fix malformed revision history table in README.md
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-05 08:42:39 +00:00
copilot-swe-agent[bot]
6756eaf40b Initial plan 2026-01-05 08:39:08 +00:00