Skip to content

feat(ci): Deploy GitHub Actions CI with components v1.0.0-alpha27#2

Open
ralflang wants to merge 8 commits intoFRAMEWORK_6_0from
feat/ci-alpha27-deployment
Open

feat(ci): Deploy GitHub Actions CI with components v1.0.0-alpha27#2
ralflang wants to merge 8 commits intoFRAMEWORK_6_0from
feat/ci-alpha27-deployment

Conversation

@ralflang
Copy link
Member

@ralflang ralflang commented Mar 3, 2026

Summary

Deploy horde-components CI infrastructure for automated testing of horde/Http.

This is the Phase 3 deployment test using the newly released horde-components v1.0.0-alpha27.

Changes

  • ✅ GitHub Actions workflow with multi-version PHP testing (8.2-8.5)
  • ✅ Bootstrap script for CI setup and execution
  • ✅ Organization variable support (COMPONENTS_PHAR_URL)
  • ✅ Tool caching (PHPUnit, PHPStan, PHP-CS-Fixer)
  • ✅ Test result artifact upload
  • ✅ Manual workflow dispatch option

Configuration

Components version: v1.0.0-alpha27
Template version: 1.0.0
PHAR URL: Via organization variable COMPONENTS_PHAR_URL
Work directory: /tmp/horde-ci
Test lanes: 8 (PHP 8.2, 8.3, 8.4, 8.5 × dev/stable)

Test Plan

The CI workflow will:

  1. Setup PHP 8.4 for bootstrap
  2. Download horde-components PHAR from org variable
  3. Run ci setup to prepare all 8 test lanes
  4. Run ci run to execute QC across all lanes
  5. Upload test results as artifacts

Expected duration: 15-20 minutes

Validation

  • Generated with latest components release
  • Organization variable set correctly
  • Bootstrap script executable
  • Workflow syntax valid
  • Conventional commit format

Related

Next Steps

  1. ✅ Push feature branch
  2. ⏳ Create pull request (this PR)
  3. ⏳ Monitor workflow execution
  4. ⏳ Review artifacts and logs
  5. ⏳ Merge if successful

ralflang added 8 commits March 3, 2026 19:19
Deploy horde-components CI system for automated testing.

Features:
- GitHub Actions workflow with multi-version PHP testing (8.2-8.5)
- Tool caching (PHPUnit, PHPStan, PHP-CS-Fixer)
- Test result artifact upload
- Bootstrap script for CI setup
- Organization variable support (COMPONENTS_PHAR_URL)
- Manual workflow dispatch with PHP version selection

Generated with: horde-components v1.0.0-alpha27 ci init
Template version: 1.0.0

Related to Phase 3 deployment of horde-components CI infrastructure.
Regenerate ci-bootstrap.sh to use fixed template that respects
COMPONENTS_PHAR_URL environment variable from workflow.

The bootstrap script will now prefer the environment variable
(set from org variable in workflow) over the hardcoded default.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant