-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
@@ -80,64 +78,6 @@ protected static function getProtectedValue(object $object, string $property) { | |||
return $property->getValue($class); | |||
} | |||
|
|||
/** |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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: |
There was a problem hiding this comment.
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
Checklist before requesting a review
closes #37
[#123] Verb in past tense with dot at the end.
Changed
section about WHY something was done if this was not a normal implementationChanged
Screenshots