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

Enabled Drupal 11 CI test jobs #39

Merged
merged 5 commits into from
Jul 4, 2024
Merged

Conversation

tannguyen04
Copy link
Contributor

@tannguyen04 tannguyen04 commented Jul 1, 2024

Checklist before requesting a review

closes #37

  • I have formatted the subject to include ticket number as [#123] Verb in past tense with dot at the end.
  • I have added a link to the issue tracker
  • I have provided information in Changed section about WHY something was done if this was not a normal implementation
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added tests that prove my fix is effective or that my feature works
  • I have run new and existing relevant tests locally with my changes, and they passed
  • I have provided screenshots, where applicable

Changed

Screenshots

@@ -80,64 +78,6 @@ protected static function getProtectedValue(object $object, string $property) {
return $property->getValue($class);
}

/**
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@AlexSkrypnyk
I have removed this prepare class mock because we are not using and
sebastianbergmann/phpunit#5241

"vincentlanglet/twig-cs-fixer": "^2.8"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"mglaman/composer-drupal-lenient": true
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I am using this technique https://www.drupal.org/docs/develop/using-composer/using-drupals-lenient-composer-endpoint to solve config_filter module compatibility issue.

@@ -117,15 +117,6 @@ jobs:
DRUPAL_PROJECT_SHA: 10.x
<<: *job-test

test-php-8.2-next:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I removed this because D11 does not support php8.2

@tannguyen04 tannguyen04 marked this pull request as ready for review July 4, 2024 04:21
@tannguyen04 tannguyen04 changed the title Feature/enable drupal ci 11 Enabled Drupal 11 CI test jobs Jul 4, 2024
@AlexSkrypnyk AlexSkrypnyk merged commit dd68a3b into 1.x Jul 4, 2024
4 checks passed
@AlexSkrypnyk AlexSkrypnyk deleted the feature/enable-drupal-ci-11 branch July 4, 2024 08:35
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.

Enable Drupal 11 CI test jobs
2 participants