Skip to content

Commit

Permalink
Initialize with Drupal 10.3 by default (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeder authored Dec 27, 2024
1 parent 3e2216f commit 65ffd44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/host/dkan-init
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export DKAN_DIRECTORY=dkan
# Defaults.
INIT_MODULEDEV=false
INIT_FORCE=false
INIT_PROJECT_VERSION="10.2.x-dev"
INIT_PROJECT_VERSION="10.3.x-dev"

# Glean flag arguments.
while :; do
Expand Down
2 changes: 1 addition & 1 deletion tests/dkan-init.bats
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ teardown() {
run ddev dkan-init --force
refute_output --partial "Setting up for local DKAN module development"
assert_output --partial "Site codebase initialized"
assert_output --partial "Using project version: 10.2.x-dev"
assert_output --partial "Using project version:"

# Make sure we added our directories.
assert [ -d "docroot/sites/default/files/uploaded_resources" ]
Expand Down

0 comments on commit 65ffd44

Please sign in to comment.