Skip to content

Commit

Permalink
HOTFIX: PHP 8.2 and Drush 12.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdavidburns committed May 10, 2024
1 parent 24cc6dc commit 809cfc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ additional_hostnames:
additional_fqdns: []
database:
type: mariadb
version: "10.3"
version: "10.4"
use_dns_when_possible: true
composer_version: "2"
web_environment: []
Expand Down
4 changes: 2 additions & 2 deletions .tugboat/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
php:
image: tugboatqa/php:8.1-apache
image: tugboatqa/php:8.2-apache
default: true
# Wait until the mysql service is done building
depends: mysql
Expand Down Expand Up @@ -62,4 +62,4 @@ services:
- 'curl -H "Host: ${TUGBOAT_DEFAULT_SERVICE_URL_HOST}" http://localhost > /dev/null 2>&1'

mysql:
image: tugboatqa/mariadb:10.3
image: tugboatqa/mariadb:10.4

0 comments on commit 809cfc8

Please sign in to comment.