DigiComp.FluidJsonViews/.woodpecker/functional-tests.yml
Ferdinand Kuhl 33bfe85e56
Some checks failed
ci/woodpecker/push/functional-tests/2 Pipeline failed
ci/woodpecker/push/functional-tests/1 Pipeline failed
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/functional-tests/3 Pipeline failed
ci/woodpecker/push/functional-tests/4 Pipeline failed
updating ci configuration with own plugins
2024-06-04 20:59:39 +02:00

30 lines
897 B
YAML

workspace:
base: /woodpecker
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
steps:
functional-tests:
image: git.digital-competence.de/woodpecker-ci/plugin-phpunit-flow:${PHP_VERSION}
settings:
flow_version: ${FLOW_VERSION}
ssh_key:
from_secret: deploykey
hostkeys:
- digital-competence.de ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNSjVKJ+SO6wqmDSCgcJDk2ljWlD7qajsTxAuvZpTbJBg2++Zu0VxH0S1WzPVTD/D5UUbK6LVy6YSCnGlv6zmc0=
repositories:
- vcs ssh://git@digital-competence.de/Packages/DigiComp.FluidRenderFunctions
require:
- digicomp/fluid-render-functions:@dev
when:
- event: [ push, pull_request, manual ]