Compare commits

...

12 commits

Author SHA1 Message Date
6986cef7c3 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
2023-02-01 20:05:47 +01:00
b9751485fb Trying to fix dependency to behat
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2023-02-01 20:04:23 +01:00
cd51f5812d Merge branch 'feature/flow-7.3' into feature/flow-8.2
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2023-02-01 19:54:12 +01:00
f63e921033 Fixing build matrix
Some checks failed
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/test Pipeline failed
2023-02-01 19:53:11 +01:00
55e688d04d Merge branch 'feature/flow-7.3' into feature/flow-8.2
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2023-02-01 19:50:40 +01:00
409875ecda Removing neos/behat requirement from base distribution (PR to fix already created)
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2023-02-01 19:50:26 +01:00
d8f1b81bd3 Merge branch 'develop' into feature/flow-8.2
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2023-02-01 19:40:45 +01:00
bcc054927c Merge branch 'develop' into feature/flow-7.3
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2023-02-01 19:40:28 +01:00
bf7f11a009 Allow Flow 8.2
Some checks failed
ci/woodpecker/push/code-style Pipeline failed
ci/woodpecker/push/test Pipeline was successful
2023-02-01 19:37:23 +01:00
d4ffe3a18e Allow flow 7.3
Some checks failed
ci/woodpecker/push/code-style Pipeline failed
ci/woodpecker/push/test Pipeline was successful
2023-01-11 16:59:52 +01:00
a213057567 Merge branch 'version/2.x-dev' into develop
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2022-10-27 12:39:50 +02:00
1e7a319604 Fixing code-style pipeline
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2022-10-27 12:39:26 +02:00
3 changed files with 14 additions and 5 deletions

View file

@ -3,5 +3,6 @@ pipeline:
image: composer
commands:
- composer global config repositories.repo-name vcs https://git.digital-competence.de/Packages/php-codesniffer
- composer global config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
- composer global require digicomp/php-codesniffer:@dev
- composer global exec -- phpcs --runtime-set ignore_warnings_on_exit 1 --standard=DigiComp Classes/ Migrations/ Tests/ Resources/Private/

View file

@ -3,12 +3,19 @@ workspace:
path: package
matrix:
FLOW_VERSION:
- 6.3
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
pipeline:
functional-tests:
image: thecodingmachine/php:7.4-v4-cli
image: "thecodingmachine/php:${PHP_VERSION}-v4-cli"
environment:
# Enable the PDO_SQLITE extension
- "PHP_EXTENSION_PDO_SQLITE=1"
@ -20,6 +27,7 @@ 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 neos/behat"
# flow marked behat as a no dev dependency (but only in Flow 7.3) (PR already created)
- "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"

View file

@ -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",
"neos/flow": "^6.3.5 | ^7.3.9 | ^8.2.0",
"php": ">=7.4"
},
"require-dev": {