Skip to content

Commit

Permalink
[workflows] build-and-test: Reduce test matrix
Browse files Browse the repository at this point in the history
Only test against Ubuntu 22.04 and Go 1.20. No disk mode.
  • Loading branch information
freeekanayaka committed Aug 9, 2023
1 parent ad656d8 commit c2fdc07
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,10 @@ jobs:
fail-fast: false
matrix:
go:
- 1.13.x
- 1.14.x
- 1.15.x
- 1.16.x
- 1.17.x
- 1.18.x
- 1.19.x
- 1.20.x
os:
- ubuntu-20.04
- ubuntu-22.04
disk:
- 1
- 0
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit c2fdc07

Please sign in to comment.