Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 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.16',
'1.17',
# Older production releases
'1.16',
'1.15',
'1.14',
'1.13',
Expand All @@ -32,6 +33,7 @@ jobs:
'8.0',
'5.7',
'5.6',
'mariadb-10.6',
'mariadb-10.5',
'mariadb-10.4',
'mariadb-10.3',
Expand Down
2 changes: 1 addition & 1 deletion driver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ func TestCollation(t *testing.T) {
defaultCollation, // driver default
"latin1_general_ci",
"binary",
"utf8_unicode_ci",
"utf8mb4_unicode_ci",
"cp1257_bin",
}

Expand Down