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

Laravel 10 Support #270

Merged
merged 6 commits into from
Feb 14, 2023
Merged

Laravel 10 Support #270

merged 6 commits into from
Feb 14, 2023

Conversation

ArlonAntonius
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Feb 14, 2023

Codecov Report

Merging #270 (5cacc2e) into 2.x (1276834) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##                2.x     #270   +/-   ##
=========================================
  Coverage     99.26%   99.26%           
  Complexity      290      290           
=========================================
  Files            98       98           
  Lines           816      816           
=========================================
  Hits            810      810           
  Misses            6        6           

@@ -25,6 +25,7 @@ done
RUNCOMMAND="composer require 'laravel/framework:$LARAVEL_VERSION' --no-interaction --no-update"
RUNCOMMAND="${RUNCOMMAND} && composer require 'laravel/laravel:$LARAVEL_VERSION' --dev --no-interaction --no-update"
RUNCOMMAND="${RUNCOMMAND} && composer update --no-ansi --no-interaction --$DEPENDENCY_VERSIONS"
RUNCOMMAND="${RUNCOMMAND} && composer update --no-ansi --no-interaction nesbot/carbon"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might seem weird nesbot/carbon has a version that does not play well with PHP 8.2. So we forcefully keep this one up-to-date.
EDIT: See https://github.com/tenancy/tenancy/actions/runs/4176383076 for more details

@ArlonAntonius ArlonAntonius merged commit 99b767c into tenancy:2.x Feb 14, 2023
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.

None yet

2 participants