Skip to content

Commit

Permalink
Use stable and oldstable version aliases in test config.
Browse files Browse the repository at this point in the history
Don't hardcode version numbers, just test the current stable release and
the previous stable release, which is all the Go team officially
supports.
  • Loading branch information
paddycarver committed Jan 12, 2024
1 parent b542203 commit fca96cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -19,9 +19,8 @@ jobs:
fail-fast: false
matrix:
go:
- '1.18'
- '1.19'
- '1.20'
- stable
- oldstable

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fca96cc

Please sign in to comment.