Compare commits
No commits in common. "04d1810bb2a59490fcfade46c9c8c541d177e489" and "a21305756785ca80737ee91b4f9f46d0bdab6275" have entirely different histories.
04d1810bb2
...
a213057567
2 changed files with 5 additions and 12 deletions
|
@ -3,19 +3,12 @@ workspace:
|
|||
path: package
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- FLOW_VERSION: 6.3
|
||||
PHP_VERSION: 7.4
|
||||
- FLOW_VERSION: 7.3
|
||||
PHP_VERSION: 7.4
|
||||
- FLOW_VERSION: 7.3
|
||||
PHP_VERSION: 8.2
|
||||
- FLOW_VERSION: 8.2
|
||||
PHP_VERSION: 8.2
|
||||
FLOW_VERSION:
|
||||
- 6.3
|
||||
|
||||
pipeline:
|
||||
functional-tests:
|
||||
image: thecodingmachine/php:${PHP_VERSION}-v4-cli
|
||||
image: thecodingmachine/php:7.4-v4-cli
|
||||
environment:
|
||||
# Enable the PDO_SQLITE extension
|
||||
- "PHP_EXTENSION_PDO_SQLITE=1"
|
||||
|
@ -27,6 +20,6 @@ pipeline:
|
|||
- "cd $NEOS_BUILD_DIR"
|
||||
- "composer create-project --no-install neos/flow-base-distribution:^$FLOW_VERSION ."
|
||||
- "composer config repositories.repo-name path /woodpecker/package"
|
||||
- "composer remove --dev --no-update neos/behat || composer remove --no-update neos/behat"
|
||||
- "composer remove --dev neos/behat"
|
||||
- "composer require digicomp/settingvalidator:@dev"
|
||||
- "bin/phpunit --configuration Build/BuildEssentials/PhpUnit/FunctionalTests.xml Packages/Application/DigiComp.SettingValidator/Tests/Functional"
|
|
@ -3,7 +3,7 @@
|
|||
"description": "Just a Neos\\Flow Validator resolving other Validators with Configuration/Validation.yaml",
|
||||
"type": "neos-package",
|
||||
"require": {
|
||||
"neos/flow": "^6.3.5 | ^7.0 | ^8.0",
|
||||
"neos/flow": "^6.3.5",
|
||||
"php": ">=7.4"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
Loading…
Add table
Reference in a new issue