Codebase list golang-github-vbauerster-mpb / fb97049
test workflow on 'stable' and 'oldstable' go Vladimir Bauer 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1616 test:
1717 strategy:
1818 matrix:
19 go-version: [1.19.x, 1.20.x]
19 go-version: ['stable', 'oldstable']
2020 os: [ubuntu-latest, macos-latest, windows-latest]
2121 runs-on: ${{ matrix.os }}
2222 steps: