Skip to content

Commit

Permalink
DDEV upgrade inside Travis (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
AronNovak authored Nov 12, 2024
1 parent 981effa commit 69fcbb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ additional_fqdns: []
database:
type: mariadb
version: "10.5"
fail_on_hook_fail: true
use_dns_when_possible: true
composer_version: "2"
web_environment:
- COMPOSER_EXIT_ON_PATCH_FAILURE=1
corepack_enable: false
fail_on_hook_fail: true

# Key features of DDEV's config.yaml:

Expand Down Expand Up @@ -204,7 +204,7 @@ fail_on_hook_fail: true

# disable_settings_management: false
# If true, DDEV will not create CMS-specific settings files like
# Drupal's settings.php/settings.ddev.php or TYPO3's AdditionalConfiguration.php
# Drupal's settings.php/settings.ddev.php or TYPO3's additional.php
# In this case the user must provide all such settings.

# You can inject environment variables into the web container with:
Expand Down
2 changes: 1 addition & 1 deletion ci-scripts/install_ddev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ else
docker login --password "$DOCKER_PASSWORD" --username amitaibu
fi

DDEV_VERSION="v1.23.4"
DDEV_VERSION="v1.23.5"

if ! command -v ddev &>/dev/null; then
echo "Installing ddev."
Expand Down

0 comments on commit 69fcbb3

Please sign in to comment.