Ferdinand Kuhl
dae60670a4
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/functional-tests/1 Pipeline was successful
ci/woodpecker/push/functional-tests/2 Pipeline was successful
ci/woodpecker/push/functional-tests/3 Pipeline was successful
ci/woodpecker/push/functional-tests/4 Pipeline was successful
22 lines
475 B
YAML
22 lines
475 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}
|
|
when:
|
|
- event: [ push, pull_request, manual ]
|