Skip to content

chore: align CI with ecosystem baseline#55

Merged
usernane merged 4 commits into
mainfrom
dev
Jun 1, 2026
Merged

chore: align CI with ecosystem baseline#55
usernane merged 4 commits into
mainfrom
dev

Conversation

@usernane
Copy link
Copy Markdown
Member

@usernane usernane commented Jun 1, 2026

Summary

Align CI/CD configuration with ecosystem baseline (webfiori/http).

Changes

  • Update reusable workflows to WebFiori/workflows@v1.2.5
  • Unify phpunit config (phpunit10.xmlphpunit.xml)
  • Add PHP 8.5 workflow if missing
  • Add Dependabot config (daily checks, conventional commit style)
  • Fix CRLF in workflow files
  • Remove duplicate workflow files

Breaking Changes and Migration Steps

None. CI-only changes.

Checklist

  • I reviewed my own diff before requesting review
  • My commits follow Conventional Commits
  • The title of the pull request follows Conventional Commits
  • I added/updated tests (or explained why not)
  • I updated docs (if needed)
  • I ran lint/cs-fixer (if applicable)
  • I considered backward compatibility
  • I considered security

Ibrahim BinAlshikh added 3 commits June 2, 2026 00:04
- Update reusable workflows to @v1.2.5
- Unify phpunit config (phpunit10.xml → phpunit.xml)
- Add PHP 8.5 workflow if missing
- Add Dependabot config (daily, conventional commits)
- Fix CRLF in workflow files
- Remove duplicate workflow files
The lock file previously contained Symfony 8.1 packages requiring PHP 8.4.1+,
breaking CI on PHP 8.1/8.2/8.3. Setting platform.php ensures Composer always
resolves packages compatible with the minimum supported PHP version.
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.97%. Comparing base (ad983ac) to head (8b3f280).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #55   +/-   ##
=========================================
  Coverage     98.97%   98.97%           
  Complexity      250      250           
=========================================
  Files             4        4           
  Lines           587      587           
=========================================
  Hits            581      581           
  Misses            6        6           
Flag Coverage Δ
php-8.1 98.97% <ø> (+<0.01%) ⬆️
php-8.2 98.97% <ø> (ø)
php-8.3 98.97% <ø> (ø)
php-8.4 98.97% <ø> (ø)
php-8.5 98.97% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@usernane usernane merged commit 636ea18 into main Jun 1, 2026
6 checks passed
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jun 1, 2026

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