Allowing recent Flow versions
Some checks failed
ci/woodpecker/push/code-style Pipeline failed
ci/woodpecker/push/functional-tests Pipeline was successful

This commit is contained in:
Ferdinand Kuhl 2023-02-18 21:12:34 +01:00
parent 7c8f8ff75a
commit 59229d8f3b
2 changed files with 12 additions and 5 deletions

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: 8.2
PHP_VERSION: 7.4
- 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,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 neos/behat"
- "composer remove --dev --no-update neos/behat || composer remove --no-update neos/behat"
- "composer require digicomp/sequence:@dev"
- "bin/phpunit --configuration Build/BuildEssentials/PhpUnit/FunctionalTests.xml Packages/Application/DigiComp.Sequence/Tests/Functional"

View file

@ -4,7 +4,7 @@
"type": "neos-package",
"require": {
"ext-pdo": "*",
"neos/flow": "^6.3.5",
"neos/flow": "^6.3.5 | ^7.0 | ^8.0",
"php": ">=7.4"
},
"require-dev": {