Skip to content

Commit d96a04b

Browse files
committed
Test 3.10 and 3.11 with MySQL 8.0 only
1 parent 207ed12 commit d96a04b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/development.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,13 @@ jobs:
5555
runs-on: ubuntu-latest
5656
strategy:
5757
matrix:
58-
py_ver: ["3.9", "3.10", "3.11"]
58+
py_ver: ["3.9"]
5959
mysql_ver: ["8.0", "5.7"]
6060
include:
61+
- py_ver: "3.11"
62+
mysql_ver: "8.0"
63+
- py_ver: "3.10"
64+
mysql_ver: "8.0"
6165
- py_ver: "3.8"
6266
mysql_ver: "5.7"
6367
- py_ver: "3.7"

0 commit comments

Comments
 (0)