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

     1  jobs:
     2    example_matrix:
     3      strategy:
     4        matrix:
     5          include:
     6            - "node": 16
     7              "npm": 6
     8              "os": "windows-latest"
     9          node:
    10            - "12"
    11            - "14"
    12            - "16"
    13          os:
    14            - windows-latest
    15            - ubuntu-latest