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

Upgrade to Symfony 7.1 + new features #240

Merged
merged 15 commits into from
May 31, 2024
Merged

Upgrade to Symfony 7.1 + new features #240

merged 15 commits into from
May 31, 2024

Conversation

fre5h
Copy link
Owner

@fre5h fre5h commented May 7, 2024

  • Add schema to the table name on drop columns comments
  • Upgrade to DBAL 4.0
  • Support for Symfony 7.1
  • Switch to Doctrine ORM v3
  • Switch to PHPUnit 11
  • Switch to attributes in tests
  • Add autocomplete for enum types in console command

resolves #231

@fre5h fre5h self-assigned this May 7, 2024
@fre5h fre5h changed the title Add schema to table name on comments drop Update May 7, 2024
@fre5h fre5h changed the title Update WIP: Update May 7, 2024
Copy link

codecov bot commented May 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (272f0c7) to head (40fca45).

Additional details and impacted files
@@             Coverage Diff             @@
##                main      #240   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       104       108    +4     
===========================================
  Files             12        12           
  Lines            289       285    -4     
===========================================
- Hits             289       285    -4     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@fre5h fre5h changed the title WIP: Update Upgrade to Symfony 7.1 + new features May 31, 2024
@fre5h fre5h merged commit 038bcc3 into main May 31, 2024
11 checks passed
@fre5h fre5h deleted the update branch May 31, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add schema to doctrine:enum:drop-comment
1 participant