Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialize with Drupal 10.3 by default #58

Merged
merged 2 commits into from
Dec 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading