Skip to content

Commit 6490bf0

Browse files
author
Drew Yang
committed
test: 🧪 update ci matrix
1 parent fd48651 commit 6490bf0

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

‎.github/workflows/development.yaml‎

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,10 @@ jobs:
5858
runs-on: ubuntu-latest
5959
strategy:
6060
matrix:
61-
py_ver: ["3.9"]
62-
mysql_ver: ["8.0", "5.7"]
61+
py_ver: ["3.9", "3.10", "3.11", "3.12", "3.13"]
62+
mysql_ver: ["8.0"]
6363
include:
64-
- py_ver: "3.13"
65-
mysql_ver: "8.0"
66-
- py_ver: "3.12"
67-
mysql_ver: "8.0"
68-
- py_ver: "3.11"
69-
mysql_ver: "8.0"
70-
- py_ver: "3.10"
71-
mysql_ver: "8.0"
72-
- py_ver: "3.8"
64+
- py_ver: "3.9"
7365
mysql_ver: "5.7"
7466
steps:
7567
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)