Skip to content

Commit

Permalink
workflows/ci.yml: Add multiple Go versions to testing matrix
Browse files Browse the repository at this point in the history
This change officially removes Go 1.15 from the testing matrix and adds the Go versions used
for supporting the Exercism CLI. Namely Go 1.17, 1.18, and 1.19. Testing support for Go 1.20
and 1.21.x to follow.
  • Loading branch information
nywilken committed Sep 22, 2023
1 parent f3550ce commit 0d72f52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ["1.15"]
go-version:
'1.17'
'1.18'
'1.19'
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down

0 comments on commit 0d72f52

Please sign in to comment.