``` .... test: strategy: matrix: os: [ubuntu-latest, windows-latest] version: [12, 14, 16] runs-on: ${{ matrix.os }} steps: .... ```