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

Add Laravel v11 support #201

Merged
merged 20 commits into from
Mar 3, 2024
Merged

Add Laravel v11 support #201

merged 20 commits into from
Mar 3, 2024

Conversation

kitloong
Copy link
Owner

@kitloong kitloong commented Feb 6, 2024

No description provided.

- Add DBAL v4 support
- Remove DBAL v2 support
- Remove version support prior to Laravel v8
- Require minimum PHP 8.0
- Misc bug fix
@kitloong kitloong changed the base branch from 6.x to 7.x February 6, 2024 15:18
@kitloong kitloong marked this pull request as ready for review February 6, 2024 15:29
Copy link

codecov bot commented Feb 6, 2024

Codecov Report

Attention: Patch coverage is 95.84775% with 48 lines in your changes are missing coverage. Please review.

Project coverage is 93.03%. Comparing base (0f007e8) to head (5bbe6c1).

Files Patch % Lines
src/Repositories/PgSQLRepository.php 50.00% 7 Missing ⚠️
src/Database/Models/DatabaseUDTColumn.php 55.55% 4 Missing ⚠️
src/Database/Models/PgSQL/PgSQLColumn.php 95.23% 4 Missing ⚠️
src/Repositories/SQLSrvRepository.php 69.23% 4 Missing ⚠️
src/Repositories/MySQLRepository.php 86.95% 3 Missing ⚠️
src/Database/Models/DatabaseColumn.php 98.40% 2 Missing ⚠️
src/Database/Models/DatabaseIndex.php 91.30% 2 Missing ⚠️
src/Database/Models/MySQL/MySQLColumn.php 98.63% 2 Missing ⚠️
src/Database/Models/MySQL/MySQLTable.php 66.66% 2 Missing ⚠️
src/Database/Models/SQLite/SQLiteTable.php 66.66% 2 Missing ⚠️
... and 15 more
Additional details and impacted files
@@             Coverage Diff              @@
##                7.x     #201      +/-   ##
============================================
+ Coverage     91.72%   93.03%   +1.31%     
+ Complexity      896      885      -11     
============================================
  Files           113      100      -13     
  Lines          2839     2527     -312     
============================================
- Hits           2604     2351     -253     
+ Misses          235      176      -59     

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

@kitloong kitloong merged commit 44e070f into 7.x Mar 3, 2024
12 checks passed
@kitloong kitloong deleted the feature/v7 branch March 3, 2024 15:26
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

1 participant