Skip to content

Commit

Permalink
update fallback for secret DRUPAL_RECOMMENDED_PROJECT to 10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurriaan Roelofs committed Sep 25, 2024
1 parent 1343e29 commit f36a368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/prepare-drupal-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [ -z "$TARGET_DRUPAL_CORE_VERSION" ]; then
# default to target Drupal 8, you can override this by setting the secrets value on your github repo
TARGET_DRUPAL_CORE_VERSION=8
TARGET_DRUPAL_CORE_VERSION=10
fi

echo "php --version"
Expand Down
2 changes: 1 addition & 1 deletion scripts/run-drupal-check.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -vo pipefail

DRUPAL_RECOMMENDED_PROJECT=${DRUPAL_RECOMMENDED_PROJECT:-11.0.x-dev}
DRUPAL_RECOMMENDED_PROJECT=${DRUPAL_RECOMMENDED_PROJECT:-10.3.x-dev}
PHP_EXTENSIONS="gd"
DRUPAL_CHECK_TOOL="mglaman/drupal-check"

Expand Down

0 comments on commit f36a368

Please sign in to comment.