Matrix A matrix strategy lets you use variables in a single job definition to automatically create multiple job runs that are based on the combinations of the variables. jobs: example_matrix: strategy: matrix: version: [10, 12] ...
jeason.hashnode.dev5 min readNo responses yet.