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
Addition to timestamp range with quotes (#32)
* added quotes to stringify
* remove autoformat
* stringify
* removed unused use
* removed unused use
* regex fix
* replace quotes instead of overriding regex
* fix test
Add support for PHP 8.4 and update code accordingly (#28)
* Add support for PHP 8.4 and update code accordingly
This commit updates the GitHub workflow to include PHP 8.4 in the matrix and modifies constructor signatures in `CanonicalRange.php` and `Range.php` to handle nullability better, aligning with new PHP 8.4 standards. Additionally, minor corrections are made in `README.md` and `.gitignore` to improve clarity and ignore the new PHPUnit cache files.
* Update PHP-Laravel matrix in GitHub Actions workflow
Added tests for Laravel 8 with PHP versions 8.2, 8.3, and 8.4. Removed tests for Laravel 11 with PHP versions 8.2, 8.3, and 8.4 to streamline testing focus. This ensures compatibility checks with relevant Laravel versions for current PHP environments.
* Remove redundant PHP and Laravel version combinations
This change eliminates unnecessary PHP 8.2, 8.3, and 8.4 configurations with Laravel 8.*, streamlining the CI workflow. By focusing on the essential version pairings, we maintain clarity and improve the maintainability of our build matrix.