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

Gitpod startup fails due to PHP >=8.0.2 being required but PHP 7.4.25 is used #6

Open
kmbremner opened this issue Apr 14, 2022 · 0 comments

Comments

@kmbremner
Copy link

Describe the bug
The Gitpod quickstart for this repo fails because symfony/deprecation-contracts requires php >=8.0.2 and the project is using php 7.4.25.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://github.com/druxt/quickstart-druxt-site-contentacms
  2. Under Quickstart, click on "Open in Gitpod"
  3. Wait for the Gitpod build
  4. See error:
Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.0.2". You are running 7.4.25. in /var/www/html/vendor/composer/platform_check.php on line 24
Failed to run drush si -y --account-pass=admin --site-name=quickstart-druxt-site-contenta contenta_jsonapi: exit status 255

Expected behavior
The Gitpod should run and build without error.

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

No branches or pull requests

1 participant