Skip to content

Commit cb6178d

Browse files
committed
add Go 1.21 and MySQL 8.1 to the build matrix
1 parent e503d8d commit cb6178d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,14 @@ jobs:
3131
import os
3232
go = [
3333
# Keep the most recent production release at the top
34-
'1.20',
34+
'1.21',
3535
# Older production releases
36+
'1.20',
3637
'1.19',
3738
'1.18',
3839
]
3940
mysql = [
41+
'8.1',
4042
'8.0',
4143
'5.7',
4244
'5.6',

0 commit comments

Comments
 (0)