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

Drupal 11 support #19950

Open
Adrianm6254 opened this issue Jun 20, 2024 · 2 comments
Open

Drupal 11 support #19950

Adrianm6254 opened this issue Jun 20, 2024 · 2 comments
Labels
team: team-experience type: bug Something isn't working

Comments

@Adrianm6254
Copy link

Bug description

I wish to start developing using Drupal 11 but the ddev build fails. I get an error:

Failed to start project(s): the n2c-base11-d project has an invalid app type: drupal the n2c-base11-d project has an invalid app type: drupal

When I do a ddev version on the gitpod is v1.22.6

There is a ddev update that needs to be applied DDEV version v1.23.1

Steps to reproduce

Install the site

Workspace affected

No response

Expected behavior

No response

Example repository

Screenshot_20240620_135603

Anything else?

No response

@Adrianm6254 Adrianm6254 added the type: bug Something isn't working label Jun 20, 2024
@axonasif
Copy link
Member

Hi @Adrianm6254, I believe something is wrong with your code/setup. Can you refer to the ddev docs? I might be able to provide you a solution or hints if your repo is public.

@webkp
Copy link

webkp commented Jun 27, 2024

@Adrianm6254 the ddev version installed comes from the image you are using (defined in .gitpod.yml). That's not something Gitpod is in charge of.

To use ddev 1.23.2 you may use this image from ddev in your .gitpod.yml:
image: ddev/ddev-gitpod-base:20240614
(Source/Example: https://github.com/ddev/ddev-gitpod-launcher/blob/main/.gitpod.yml)

For a more drupal specific image you may check out this one:
https://github.com/shaal/ddev-gitpod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team: team-experience type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants