Skip to content

Commit

Permalink
ITKDev: Tried to update actions to use d10
Browse files Browse the repository at this point in the history
  • Loading branch information
cableman committed Oct 16, 2024
1 parent 406c3c0 commit 9021e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/code-analysis
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ drupal_composer() {
composer --working-dir="$drupal_dir" --no-interaction "$@"
}

# Create new Drupal 9 project
# Create new Drupal 10 project
if [ ! -f "$drupal_dir/composer.json" ]; then
composer --no-interaction create-project drupal/recommended-project:^9 "$drupal_dir"
composer --no-interaction create-project drupal/recommended-project:^10 "$drupal_dir"
fi
# Copy our code into the modules folder
mkdir -p "$drupal_dir/$module_path"
Expand Down

0 comments on commit 9021e98

Please sign in to comment.