dcycle / docker-drupal

Drupal + Drush in an up-to-date Docker image
2 stars 2 forks source link

Docker image should support Drupal 11 #44

Open alberto56 opened 3 hours ago

alberto56 commented 3 hours ago

Confirm we're seeing:

Drupal version : 10.3.6                                     

Take a look at the file ./test.sh

Notice that we are running tests for Drupal 7, 7php8 and 10.

These tests use the following files:

Your task

We want to add Drupal 11 support. So you should be able to run:

docker build -f="Dockerfile-11" -t test-drupal-11 .
docker run --rm test-drupal-11 /bin/bash -c 'drush status'

And see:

Drupal version : 11....

We also want to add

/tests/end-to-end-test/docker-compose.11.yml

And make sure ./test.sh runs all tests on Drupal 11 in addition to Drupal 10.