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 06ed654
Showing 1 changed file with 1 addition and 1 deletion.
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 06ed654

Please sign in to comment.