Skip to content

Commit

Permalink
updated the go versions and added windows
Browse files Browse the repository at this point in the history
  • Loading branch information
YashdalfTheGray committed Aug 19, 2023
1 parent eb9bb00 commit 53b9019
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test-and-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
tests_and_benchmarks:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
go: ['1.15', '1.16', '1.17']
os: [macos-latest, ubuntu-latest, windows-latest]
go: ['1.18', '1.19', '1.20']
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -40,13 +40,8 @@ jobs:
run: make benchdata-gen

- name: Install goveralls
if: matrix.go == '1.15'
run: go install github.com/mattn/goveralls

- name: Install goveralls
if: matrix.go != '1.15'
run: go install github.com/mattn/goveralls@latest

- name: Send coverage
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 53b9019

Please sign in to comment.