trying to understand matrix building
This commit is contained in:
parent
0a24e50d08
commit
c29106fb9f
1 changed files with 8 additions and 6 deletions
|
@ -3,12 +3,14 @@ workspace:
|
||||||
path: package
|
path: package
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
FLOW_VERSION:
|
include:
|
||||||
- 7.3
|
- FLOW_VERSION: 7.3
|
||||||
- 8.2
|
PHP_VERSION: 7.4
|
||||||
PHP_VERSION:
|
- FLOW_VERSION: 7.3
|
||||||
- 7.4
|
PHP_VERSION: 8.1
|
||||||
- 8.1
|
- FLOW_VERSION: 8.2
|
||||||
|
PHP_VERSION: 8.1
|
||||||
|
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
functional-tests:
|
functional-tests:
|
||||||
|
|
Loading…
Reference in a new issue