Skip to content

Commit

Permalink
Fix for failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelgbanks committed Oct 14, 2022
1 parent a2c458b commit b92afd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drupal/tests/ServiceStartsWithBackendMySQL/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ source /usr/local/share/isle/utilities.sh

# Install basic Drupal
rm -fr /var/www/drupal/*
composer create-project drupal/recommended-project:^9.1 \
composer create-project drupal/recommended-project:^9.4 \
--prefer-dist \
--no-interaction \
--stability stable \
--no-dev \
-- /var/www/drupal

# Install Drush.
(cd /var/www/drupal && composer require drush/drush:^10.0)
(cd /var/www/drupal && composer require drush/drush:^11.0)

# Install actual site.
source /etc/islandora/utilities.sh
Expand Down

0 comments on commit b92afd8

Please sign in to comment.