Skip to content

Add PHP 8.0, 8.1, 8.2, 8.3, 8.4 to CI matrix#1

Merged
muhammetsafak merged 1 commit into
mainfrom
2.x
May 24, 2026
Merged

Add PHP 8.0, 8.1, 8.2, 8.3, 8.4 to CI matrix#1
muhammetsafak merged 1 commit into
mainfrom
2.x

Conversation

@muhammetsafak
Copy link
Copy Markdown
Member

Summary

Type of change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (fix or feature that changes existing behaviour in an incompatible way)
  • 📖 Documentation update
  • 🔧 Refactor / internal change (no behaviour change)
  • ✅ Tests only
  • 🚀 CI / build / tooling

Linked issues

How was this tested?

Breaking changes

Checklist

  • Code follows PSR-12 and the project's existing style (PHP-CS-Fixer if available, no warnings)
  • declare(strict_types=1); is present in any new PHP files in src/
  • Public methods have proper type declarations (parameters and return types)
  • Tests cover the change — added new tests or updated existing ones (N/A for docs-only PRs)
  • PHPStan passes locally at the level configured in the package
  • PHPUnit passes locally (composer test or vendor/bin/phpunit)
  • Commit messages follow Conventional Commits
  • I have read and agree to the Code of Conduct

@muhammetsafak muhammetsafak merged commit cb7998c into main May 24, 2026
8 checks passed
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