github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/github/yaml/testdata/matrix/example-2.yaml.golden (about) 1 jobs: 2 example_matrix: 3 strategy: 4 matrix: 5 version: 6 - "10" 7 - "12" 8 - "14" 9 steps: 10 - uses: actions/setup-node@v3 11 with: 12 node-version: ${{ matrix.version }}