Skip to content

[FEATURE] Ci update to test php 8.2 #539

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

Merged
merged 3 commits into from
Jan 31, 2023
Merged

Conversation

dpslwk
Copy link
Member

@dpslwk dpslwk commented Jan 31, 2023

add 8.2 into php matrix
update used actions
ditch composer caching (not needed with composer v2)
error_reporting=E_ALL so can see deprecations in unit run

SubstituteBindingsTest.php was updated for Laravel > 9.33 re laravel/framework#44339

@codecov-commenter
Copy link

Codecov Report

Base: 54.49% // Head: 53.56% // Decreases project coverage by -0.93% ⚠️

Coverage data is based on head (e5ae3f3) compared to base (9eea57d).
Patch coverage: 20.00% of modified lines in pull request are covered.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@             Coverage Diff              @@
##                1.8     #539      +/-   ##
============================================
- Coverage     54.49%   53.56%   -0.93%     
- Complexity      824      828       +4     
============================================
  Files           101      101              
  Lines          2325     2662     +337     
============================================
+ Hits           1267     1426     +159     
- Misses         1058     1236     +178     
Impacted Files Coverage Δ
src/Testing/Factory.php 43.54% <0.00%> (+2.87%) ⬆️
src/Testing/FactoryBuilder.php 94.11% <ø> (+0.59%) ⬆️
src/Configuration/Connections/SqliteConnection.php 100.00% <100.00%> (ø)
src/Testing/ConfigRepository.php 42.85% <0.00%> (-32.15%) ⬇️
src/Extensions/TablePrefix/TablePrefixListener.php 73.33% <0.00%> (-11.29%) ⬇️
src/Notifications/DoctrineChannel.php 76.19% <0.00%> (-7.15%) ⬇️
src/Configuration/Cache/IlluminateCacheAdapter.php 63.63% <0.00%> (-6.37%) ⬇️
src/Testing/Concerns/InteractsWithEntities.php 45.23% <0.00%> (-6.20%) ⬇️
...ation/Connections/PrimaryReadReplicaConnection.php 94.11% <0.00%> (-1.72%) ⬇️
src/DoctrineManager.php 86.95% <0.00%> (-0.23%) ⬇️
... and 61 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dpslwk dpslwk force-pushed the ci-update branch 2 times, most recently from eaacaeb to 69014ed Compare January 31, 2023 01:10
@dpslwk dpslwk merged commit 95d5259 into laravel-doctrine:1.8 Jan 31, 2023
@dpslwk dpslwk deleted the ci-update branch January 31, 2023 01:34
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.

2 participants