chore: adjust ddev config to run TYPO3 10 and 11 in parallel

This commit is contained in:
Björn Fromme
2024-04-09 15:02:45 +02:00
parent d450976955
commit 606a4ff355
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -3,6 +3,9 @@ baseVariants:
-
base: 'https://ep-reisen.ddev.site'
condition: 'applicationContext == "Development"'
-
base: 'https://ep-reisen-10.ddev.site'
condition: 'applicationContext == "Development"'
-
base: 'https://schnee-event.ddev.site'
condition: 'applicationContext == "Development/Skimax"'