Skip to content

Commit 08705f5

Browse files
committed
Upd tests
1 parent 77177d0 commit 08705f5

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/tests.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212
- "*.md"
1313
- "*.mdx"
1414
- "website/**"
15-
- ".github/workflows/**"
1615
pull_request:
1716
types: [opened, synchronize, reopened, edited]
1817
paths-ignore:
@@ -58,9 +57,17 @@ jobs:
5857
strategy:
5958
fail-fast: true
6059
matrix:
61-
os: [ubuntu-latest, windows-latest, macos-latest]
62-
python_version: ["3.10"]
63-
60+
os: [ubuntu-latest, windows-latest, macos-13]
61+
python_version: ["3.12"]
62+
include:
63+
- os: windows-latest
64+
python_version: "3.9"
65+
- os: macos-13
66+
python_version: "3.10"
67+
- os: ubuntu-latest
68+
python_version: "3.11"
69+
- os: windows-latest
70+
python_version: "3.11"
6471
runs-on: ${{ matrix.os }}
6572

6673
steps:

0 commit comments

Comments
 (0)