Skip to content

Commit

Permalink
.github/test.yml: Run tests on latest supported Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
HaraldNordgren authored Jul 24, 2024
1 parent 0bf2e8a commit 0b1d8e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go-version: [1.18.x, 1.19.x]
go-version: [1.21.x, 1.22.x]
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-expanding-configurations
include:
- os: windows-latest
go-version: 1.19.x
go-version: 1.22.x
- os: macos-latest
go-version: 1.19.x
go-version: 1.22.x

steps:
- name: Checkout code
Expand Down

0 comments on commit 0b1d8e0

Please sign in to comment.