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
|
||||
|
||||
matrix:
|
||||
FLOW_VERSION:
|
||||
- 7.3
|
||||
- 8.2
|
||||
PHP_VERSION:
|
||||
- 7.4
|
||||
- 8.1
|
||||
include:
|
||||
- FLOW_VERSION: 7.3
|
||||
PHP_VERSION: 7.4
|
||||
- FLOW_VERSION: 7.3
|
||||
PHP_VERSION: 8.1
|
||||
- FLOW_VERSION: 8.2
|
||||
PHP_VERSION: 8.1
|
||||
|
||||
|
||||
pipeline:
|
||||
functional-tests:
|
||||
|
|
Loading…
Reference in a new issue