Skip to content

Commit

Permalink
Add go1.18 to test matrix (go-sql-driver#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
moredure committed Mar 18, 2022
1 parent ce134bf commit 90e813f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
import json
go = [
# Keep the most recent production release at the top
'1.17',
'1.18',
# Older production releases
'1.17',
'1.16',
'1.15',
'1.14',
Expand Down

0 comments on commit 90e813f

Please sign in to comment.