We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca98050 commit fdf35c3Copy full SHA for fdf35c3
1 file changed
.github/workflows/development.yaml
@@ -14,11 +14,11 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- py_ver: ["3.10"]
18
- mysql_ver: ["8.0", "5.7"]
+ # py_ver: ["3.10"]
+ # mysql_ver: ["8.0", "5.7"]
19
include:
20
- py_ver: "3.9"
21
- mysql_ver: "5.7"
+ mysql_ver: ["8.0", "5.7"]
22
- py_ver: "3.8"
23
mysql_ver: "5.7"
24
- py_ver: "3.7"
0 commit comments