propelorm / Propel2

Propel2 is an open-source high-performance Object-Relational Mapping (ORM) for modern PHP
http://propelorm.org/
MIT License
1.26k stars 399 forks source link

Remove Symfony <4.4 support #1816

Closed fbourigault closed 2 years ago

fbourigault commented 2 years ago

Fix partially #1629

codecov-commenter commented 2 years ago

Codecov Report

Merging #1816 (fb20f4c) into master (d9817c1) will increase coverage by 0.28%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1816      +/-   ##
============================================
+ Coverage     87.83%   88.12%   +0.28%     
+ Complexity     7836     7774      -62     
============================================
  Files           281      279       -2     
  Lines         22748    22637     -111     
============================================
- Hits          19981    19948      -33     
+ Misses         2767     2689      -78     
Flag Coverage Δ
5-max 88.12% <100.00%> (+0.28%) :arrow_up:
7.4 88.12% <100.00%> (+0.28%) :arrow_up:
agnostic 68.88% <50.00%> (+0.33%) :arrow_up:
mysql 70.73% <100.00%> (+0.19%) :arrow_up:
pgsql 70.61% <100.00%> (+0.19%) :arrow_up:
sqlite 68.64% <100.00%> (+0.18%) :arrow_up:

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

Impacted Files Coverage Δ
src/Propel/Common/Config/PropelConfiguration.php 100.00% <100.00%> (+0.32%) :arrow_up:
src/Propel/Generator/Command/InitCommand.php 68.53% <100.00%> (+0.58%) :arrow_up:

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 d9817c1...fb20f4c. Read the comment docs.

dereuromark commented 2 years ago

The conflicts are why I wanted this to be a clear order of PRs (or the same one) :) To keep work at a minimum.