Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Laravel 9 #78

Merged
merged 9 commits into from
Feb 9, 2022
Merged

Laravel 9 #78

merged 9 commits into from
Feb 9, 2022

Conversation

tarampampam
Copy link
Collaborator

@tarampampam tarampampam commented Jan 13, 2022

Description

Added

  • Laravel 9 support

Removed

  • Laravel 6 and 7 is no longer supported

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I wrote unit tests for my code (if tests is required for my changes)
  • I have made changes in CHANGELOG.md file

@tarampampam tarampampam self-assigned this Jan 13, 2022
@codecov
Copy link

codecov bot commented Jan 13, 2022

Codecov Report

Merging #78 (0803fa5) into master (6583f2b) will increase coverage by 1.89%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #78      +/-   ##
============================================
+ Coverage     75.82%   77.72%   +1.89%     
+ Complexity      331      328       -3     
============================================
  Files            63       63              
  Lines           848      826      -22     
============================================
- Hits            643      642       -1     
+ Misses          205      184      -21     
Impacted Files Coverage Δ
src/Console/Commands/WorkerFactory.php 0.00% <ø> (ø)
src/Listeners/RebindMailManagerListener.php 90.90% <ø> (+6.29%) ⬆️
src/Listeners/ResetLaravelScoutListener.php 72.72% <0.00%> (-9.10%) ⬇️
src/Worker.php 0.00% <0.00%> (ø)
src/Listeners/Traits/InvokerTrait.php 100.00% <0.00%> (+6.66%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6583f2b...0803fa5. Read the comment docs.

@tarampampam tarampampam marked this pull request as ready for review February 9, 2022 07:19
@tarampampam tarampampam linked an issue Feb 9, 2022 that may be closed by this pull request
@tarampampam tarampampam merged commit c0b2715 into master Feb 9, 2022
@tarampampam tarampampam deleted the laravel-9 branch February 9, 2022 07:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hi, wonder if there is a plan to support laravel 9.0 ?
1 participant