Skip to content

Update php for support/4 #661

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 8 commits into from
Apr 21, 2025
Merged

Update php for support/4 #661

merged 8 commits into from
Apr 21, 2025

Conversation

mayur-sose
Copy link
Contributor

No description provided.

@mayur-sose mayur-sose added the enhancement New feature or request label Mar 13, 2025
@Raksha-Bharuka Raksha-Bharuka requested a review from Copilot March 18, 2025 12:51
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request updates the GitHub Actions configuration to support PHP 8.4 testing under the support/4 initiative. It introduces a new configuration block for running isolated tests on PHP 8.4 with specific settings for Drupal 10 and coverage generation in CLOVER format.

Files not reviewed (3)
  • composer.json: Language not supported
  • src/Domain/Composer/ComposerFacade.php: Language not supported
  • src/Domain/Package/Package.php: Language not supported

# Testing Drupal 10 in php 8.4.
- orca-job: ISOLATED_TEST_ON_CURRENT
php-version: "8.4"
orca-enable-nightwatch: "FALSE"
Copy link
Preview

Copilot AI Mar 18, 2025

Choose a reason for hiding this comment

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

The configuration for 'orca-enable-nightwatch' is inconsistent with the earlier one (defined as a list). Consider unifying the data type across the workflow for consistency.

Suggested change
orca-enable-nightwatch: "FALSE"
orca-enable-nightwatch: ["FALSE"]

Copilot uses AI. Check for mistakes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

suggested changes are getting failed while testing on wip branch, so keeping it as it is

@Raksha-Bharuka Raksha-Bharuka requested a review from Copilot April 9, 2025 10:42
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 2 out of 5 changed files in this pull request and generated 1 comment.

Files not reviewed (3)
  • composer.json: Language not supported
  • src/Domain/Composer/ComposerFacade.php: Language not supported
  • src/Domain/Package/Package.php: Language not supported

php-version: "8.4"
orca-enable-nightwatch: ["FALSE"]
# Testing coverage generation in CLOVER format.
orca-coverage-clover-enable: "TRUE"
Copy link
Preview

Copilot AI Apr 9, 2025

Choose a reason for hiding this comment

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

The value for 'orca-coverage-clover-enable' is set as a string, while similar flags use an array format (e.g., 'orca-coverage-enable' on line 66). Consider using the array format for consistency.

Suggested change
orca-coverage-clover-enable: "TRUE"
orca-coverage-clover-enable: ["TRUE"]

Copilot uses AI. Check for mistakes.

@mayur-sose mayur-sose merged commit 2fb2cf0 into support/4 Apr 21, 2025
3 checks passed
@mayur-sose mayur-sose deleted the update-php-for-support/4 branch April 21, 2025 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants