Skip to content

Commit 89e0c02

Browse files
shogo82148methane
authored andcommitted
MySQL 9.0 and MariaDB 11.4 are released (go-sql-driver#1610)
1 parent bb4446c commit 89e0c02

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,16 @@ jobs:
3737
'1.20',
3838
]
3939
mysql = [
40+
'9.0',
41+
'8.4', # LTS
4042
'8.0',
41-
'8.3',
4243
'5.7',
43-
'mariadb-11.3',
44+
'mariadb-11.4', # LTS
45+
'mariadb-11.2',
4446
'mariadb-11.1',
4547
'mariadb-10.11', # LTS
4648
'mariadb-10.6', # LTS
47-
'mariadb-10.5',
49+
'mariadb-10.5', # LTS
4850
]
4951
5052
includes = []

0 commit comments

Comments
 (0)