Skip to content

Commit

Permalink
bump drupal core+drush test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Nov 14, 2024
1 parent f2d562f commit 8ae865f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions drupal/tests/ServiceStartsWithBackendMySQL/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ source /usr/local/share/isle/utilities.sh
# Install basic Drupal
cd /var/www/drupal || exit 1
rm -fr /var/www/drupal/*
composer create-project drupal/recommended-project:^10.1.2 \
composer create-project drupal/recommended-project:^10.3 \
--prefer-dist \
--no-interaction \
--stability stable \
--no-dev \
-- /var/www/drupal

# Install Drush.
composer require drush/drush:^12.1.3
composer require drush/drush:^13.3

# Install actual site.
# shellcheck disable=SC1091
Expand Down
4 changes: 2 additions & 2 deletions drupal/tests/ServiceStartsWithBackendPostgreSQL/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ source /usr/local/share/isle/utilities.sh
# Install basic Drupal
cd /var/www/drupal || exit 1
rm -fr /var/www/drupal/*
composer create-project drupal/recommended-project:^10.1.2 \
composer create-project drupal/recommended-project:^10.3 \
--prefer-dist \
--no-interaction \
--stability stable \
--no-dev \
-- /var/www/drupal

# Install Drush.
composer require drush/drush:^12.1.3
composer require drush/drush:^13.3

# Install actual site.
# shellcheck disable=SC1091
Expand Down

0 comments on commit 8ae865f

Please sign in to comment.