Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

task: Update Laravel to 11 #2976

Merged
merged 4 commits into from
Mar 7, 2025
Merged

task: Update Laravel to 11 #2976

merged 4 commits into from
Mar 7, 2025

Conversation

marcelfolaron
Copy link
Contributor

Description

Updating Leantime Core to Laravel 11

Type

  • Fix
  • Feature
  • [ x ] Cleanup

If your change affects the user interface, you should include a screenshot of the result with the pull request.

@marcelfolaron marcelfolaron requested a review from a team as a code owner March 7, 2025 15:37
@marcelfolaron marcelfolaron requested review from ctanveer and removed request for a team March 7, 2025 15:37
This fixes an issue where we compare floats to 0 (int) but technically floats need to be compared to 0.0. In this case we don't particularly care the about the float itself we just need to figure out if there is an offset worth dealing with. casting to int is just fine.
@marcelfolaron marcelfolaron merged commit f2832c3 into master Mar 7, 2025
6 checks passed
@marcelfolaron marcelfolaron deleted the laravel11Update branch March 7, 2025 19:55
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