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 #20

Merged
merged 4 commits into from
Jan 24, 2024
Merged

Conversation

IlyaKislitsin
Copy link
Contributor

@IlyaKislitsin IlyaKislitsin commented Jan 24, 2024

Description

  • Laravel 10
  • PHPUnit 10 Support

Closes #15

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

Changelog

Added

  • Laravel 10 support
  • PHP Unit 10 support

Changed

  • Minimal PHP version now is 8.0.2
  • Minimal Laravel version now is 9.0
  • Minimal phpstan/phpstan version now is 1.10
  • Minimal phpunit/phpunit version now is 9.6
  • Version of composer in docker container updated up to 2.6.6

@codecov-commenter
Copy link

codecov-commenter commented Jan 24, 2024

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (5326fe0) 100.00% compared to head (ae4cf8a) 96.99%.
Report is 2 commits behind head on master.

Files Patch % Lines
src/Structures/AbstractStructure.php 0.00% 3 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@              Coverage Diff              @@
##              master      #20      +/-   ##
=============================================
- Coverage     100.00%   96.99%   -3.01%     
  Complexity       174      174              
=============================================
  Files             14       14              
  Lines            429      466      +37     
=============================================
+ Hits             429      452      +23     
- Misses             0       14      +14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@eldario eldario merged commit e37ec9b into avtocod:master Jan 24, 2024
10 checks passed
@eldario
Copy link
Contributor

eldario commented Jan 24, 2024

Thanx for your PR!

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.

Depreciation notes for the AbstractStructure methods
3 participants