DigiComp.FluidRenderFunctions/.woodpecker/functional-tests.yml

23 lines
475 B
YAML
Raw Normal View History

2024-06-01 23:15:35 +02:00
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:
2024-06-04 21:57:05 +02:00
image: git.digital-competence.de/woodpecker-ci/plugin-phpunit-flow:${PHP_VERSION}
settings:
flow_version: ${FLOW_VERSION}
2024-06-01 23:15:35 +02:00
when:
- event: [ push, pull_request, manual ]