Skip to content

Commit

Permalink
ci: test all major Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dundee committed Mar 4, 2024
1 parent 8f903d8 commit 1691679
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:
test:
strategy:
matrix:
go-version: [1.18.x, 1.19.x]
platform: [ubuntu-latest, macos-latest]
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x]
platform: [ubuntu-latest]
include:
- go-version: 1.22.x
platform: macos-latest
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
Expand Down

0 comments on commit 1691679

Please sign in to comment.