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

     1  jobs:
     2    example_matrix:
     3      strategy:
     4        matrix:
     5          os:
     6          - ubuntu-latest
     7          - windows-latest
     8          version:
     9          - "10"
    10          - "12"
    11          - "14"