feat(ci): Deploy GitHub Actions CI with components v1.0.0-alpha27#2
Open
ralflang wants to merge 8 commits intoFRAMEWORK_6_0from
Open
feat(ci): Deploy GitHub Actions CI with components v1.0.0-alpha27#2ralflang wants to merge 8 commits intoFRAMEWORK_6_0from
ralflang wants to merge 8 commits intoFRAMEWORK_6_0from
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
COMPONENTS_PHAR_URL)Configuration
Components version: v1.0.0-alpha27
Template version: 1.0.0
PHAR URL: Via organization variable
COMPONENTS_PHAR_URLWork directory:
/tmp/horde-ciTest lanes: 8 (PHP 8.2, 8.3, 8.4, 8.5 × dev/stable)
Test Plan
The CI workflow will:
ci setupto prepare all 8 test lanesci runto execute QC across all lanesExpected duration: 15-20 minutes
Validation
Related
Next Steps