We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0091e0 commit eba874bCopy full SHA for eba874b
1 file changed
.github/workflows/test.yaml
@@ -31,6 +31,9 @@ jobs:
31
py: "3.9"
32
mysql_auth: true
33
34
+ - db: "mysql:8.0"
35
+ py: "3.10-dev"
36
+
37
services:
38
mysql:
39
image: "${{ matrix.db }}"
0 commit comments