Skip to content

Commit 1493056

Browse files
committed
github test: MariaDB 10.0/10.1 are EOL. Start with 10.2
There 10.0 containers did no include ed25519 plugin
1 parent 260d812 commit 1493056

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ jobs:
1010
strategy:
1111
matrix:
1212
include:
13-
- db: "mariadb:10.0"
13+
- db: "mariadb:10.2"
1414
py: "3.9"
15+
mariadb_auth: true
1516

1617
- db: "mariadb:10.3"
1718
py: "3.8"

0 commit comments

Comments
 (0)