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

[stable7.0] chore(CI): Adjust testing matrix for Nextcloud 31 on stable7.0 #4320

Open
wants to merge 1 commit into
base: stable7.0
Choose a base branch
from

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Jan 31, 2025

Backport of PR #4308

Copy link

codecov bot commented Jan 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 2.32%. Comparing base (703062f) to head (5810ee9).

❗ There is a different number of reports uploaded between BASE (703062f) and HEAD (5810ee9). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (703062f) HEAD (5810ee9)
2 1
Additional details and impacted files
@@              Coverage Diff               @@
##             stable7.0   #4320      +/-   ##
==============================================
- Coverage        11.13%   2.32%   -8.81%     
==============================================
  Files              121      95      -26     
  Lines             5542    4770     -772     
  Branches          1200    1200              
==============================================
- Hits               617     111     -506     
+ Misses            4803    4537     -266     
  Partials           122     122              

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

@hamza221 hamza221 force-pushed the backport/4308/stable7.0 branch from 5266900 to bc6c0c7 Compare January 31, 2025 06:11
@hamza221 hamza221 requested a review from st3iny January 31, 2025 06:12
@hamza221 hamza221 force-pushed the backport/4308/stable7.0 branch 2 times, most recently from 1145188 to 53e533c Compare January 31, 2025 06:21
@hamza221 hamza221 changed the title [stable7.0] chore(CI): Adjust testing matrix for Nextcloud 31 on main [stable7.0] chore(CI): Adjust testing matrix for Nextcloud 31 on stable7.0 Jan 31, 2025
Signed-off-by: Joas Schilling <coding@schilljs.com>
@hamza221 hamza221 force-pushed the backport/4308/stable7.0 branch from 53e533c to 5810ee9 Compare January 31, 2025 06:33
@hamza221 hamza221 removed the request for review from nickvergessen January 31, 2025 06:50
@hamza221 hamza221 assigned hamza221 and unassigned nickvergessen Jan 31, 2025
Copy link
Member

@st3iny st3iny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good otherwise.

branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
branches: ['stable7.0']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't need to be backported.

@@ -20,9 +20,13 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.1']
php-versions: [ '8.1', '8.2', '8.3' ]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
php-versions: [ '8.1', '8.2', '8.3' ]
php-versions: ['8.1', '8.2', '8.3' ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants