Merge branch 'feature/flow-7.3' into feature/flow-8.2
Some checks failed
ci/woodpecker/push/code-style Pipeline failed
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
Ferdinand Kuhl 2023-02-01 20:05:47 +01:00
commit 6986cef7c3

View file

@ -28,7 +28,6 @@ pipeline:
- "composer create-project --no-install neos/flow-base-distribution:^$FLOW_VERSION ."
- "composer config repositories.repo-name path /woodpecker/package"
# flow marked behat as a no dev dependency (but only in Flow 7.3) (PR already created)
- "composer remove --dev neos/behat"
- "composer remove neos/behat"
- "composer remove --dev neos/behat --no-update || composer remove neos/behat --no-update"
- "composer require digicomp/settingvalidator:@dev"
- "bin/phpunit --configuration Build/BuildEssentials/PhpUnit/FunctionalTests.xml Packages/Application/DigiComp.SettingValidator/Tests/Functional"