Skip to content

Commit ab07e32

Browse files
authored
Merge pull request #1224 from City-of-Helsinki/dev
Dev to main
2 parents 42c0d02 + 2dde4e6 commit ab07e32

28 files changed

+689
-987
lines changed

.deprecation-ignore.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# This file contains patterns to be ignored while testing for use of
22
# deprecated code.
33
# See https://www.drupal.org/node/3285162 for more details.
4+
5+
# Symfony 7.4
6+
%Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of .* instead.%

compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ services:
6767
MYSQL_RANDOM_ROOT_PASSWORD: 1
6868
healthcheck:
6969
test: mysqladmin ping -h 127.0.0.1 -u $$MYSQL_USER --password=$$MYSQL_PASSWORD
70+
interval: 1s
7071
timeout: 1s
7172
retries: 30
7273
volumes:

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"ext-libxml": "*",
1212
"composer/installers": "^2.0",
1313
"cweagans/composer-patches": "^1.6.7",
14-
"drupal/core-composer-scaffold": "~11.2.0",
1514
"drupal/hdbt": "^6.0",
1615
"drupal/hdbt_admin": "^3.0",
1716
"drupal/helfi_azure_fs": "^2.0",

0 commit comments

Comments
 (0)