github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/github/yaml/testdata/matrix/example-4.yaml (about)

     1  # https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#expanding-or-adding-matrix-configurations
     2  jobs:
     3    job1:
     4      strategy:
     5        matrix:
     6          fruit: [apple, pear]
     7          animal: [cat, dog]
     8          include:
     9            - color: green
    10            - color: pink
    11              animal: cat
    12            - fruit: apple
    13              shape: circle
    14            - fruit: banana
    15            - fruit: banana
    16              animal: cat