Skip to content

Commit

Permalink
ci: use stable/oldstable aliases in tests matrix (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews authored Aug 9, 2023
1 parent f010c38 commit 9938420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: ["1.19", "1.20"]
go: ["oldstable", "stable"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -58,7 +58,7 @@ jobs:
run: go test -v -race -covermode=atomic -coverprofile='coverage.txt' ./...

- name: Upload coverage to Codecov
if: matrix.os == 'ubuntu-latest' && matrix.go == '1.20'
if: matrix.os == 'ubuntu-latest' && matrix.go == 'stable'
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4

goreleaser:
Expand Down

0 comments on commit 9938420

Please sign in to comment.