Open SourceReferencePipelinesYAMLstrategy.type.matrixOn this pageMatrix Defines a matrix execution strategy. Properties axis - map[string][]string The matrix axis. concurrency - int The maximum concurrency for matrix execution. Examples strategy: type: matrix spec: axis: golang: - 1.19 - 1.21 node: - 16 - 18