You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add PHP 8.5 support and modernize nullable type hints
- Updated GitHub Actions workflow to include PHP 8.3, 8.4, and 8.5 in the test matrix.
- Migrated CI to use `shivammathur/setup-php` on Ubuntu 24.04 for better environment management.
- Relaxed PHPUnit version constraints in `composer.json` to support versions 9.0 through 11.0.
- Refactored various classes to use explicit nullable type hints (`?Type`) for parameters with null default values.
- Ensured strict PHP 8.x compatibility by resolving potential deprecation warnings related to implicit nullability.
0 commit comments