-
Notifications
You must be signed in to change notification settings - Fork 3
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
Drupal 11 #159
base: develop
Are you sure you want to change the base?
Conversation
}, | ||
"require-dev": { | ||
"behat/behat": "^3.12", | ||
"behat/mink-goutte-driver": "^2.0", |
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.
It sounds like we don't need this anymore. Is this correct?
https://packagist.org/packages/behat/mink-goutte-driver
Drupal already has https://packagist.org/packages/behat/mink-browserkit-driver as a requirement.
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.
Hmm. Maybe there's more to do here:
In GoutteFactory.php line 66:
Install MinkGoutteDriver in order to use goutte driver.
https://circleci.com/gh/palantirnet/drupal-skeleton/708
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.
Fixed by updating palantirnet/the-build@02cd8ee
This is exciting... I think we're going to need to update to Node 20 at least, if not Node 22. |
Tests are now passing with the changes from #160. While an update to Node 20 or 22 and Yarn 4 would be prudent, it is no longer blocking the D11 update. |
User story: DEV-67: Update drupal-skeleton to Drupal 11
Description
Requires #156 and palantirnet/the-build#236
minimum-stability
has been set todev
until a release ofdrupal-driver
supports Symfony 7.Removes Workbench and Workbench Tabs until D11-compatible versions are available.Testing instructions
composer create-project palantirnet/drupal-skeleton example dev-drupal11 --no-interaction --no-install
composer require --dev palantirnet/the-build:dev-drupal11
Open questions
Delete this section if there are no open questions.
Remaining tasks
Delete this section if there are no remaining tasks.