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

Use PHP 8 #127

Merged
merged 4 commits into from
Oct 20, 2022
Merged

Use PHP 8 #127

merged 4 commits into from
Oct 20, 2022

Conversation

becw
Copy link
Member

@becw becw commented Oct 7, 2022

  • Use PHP 8.1 on CircleCI
  • Use PHP 8.1 in ddev
  • Is there other code in here that needs updating for PHP 8?

@becw becw changed the title Update composer.json to specify PHP 8. Use PHP 8 Oct 7, 2022
@becw becw requested a review from byrond October 7, 2022 19:18
@agentrickard
Copy link
Contributor

Full support for PHP 8 requires Drush 11 (officially) which requires Devel 5, so we should probably account for that.

@becw
Copy link
Member Author

becw commented Oct 13, 2022

Full support for PHP 8 requires Drush 11 (officially) which requires Devel 5, so we should probably account for that.

Hmm, Composer doesn't enforce this dependency... when I install palantirnet/drupal-skeleton now it installs Drush 11.2.1 and Devel 4.2.1. So this must be like a verbal/documented dependency and not a technical dependency?

@becw
Copy link
Member Author

becw commented Oct 13, 2022

I found that the only constraint on the Devel version was... our own composer.json file. So I removed the upper bound on that in a separate PR.

@becw becw merged commit 4e25446 into develop Oct 20, 2022
@becw becw deleted the php-8 branch October 20, 2022 16:40
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.

2 participants