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} when: - event: [ push, pull_request, manual ]