|
8 | 8 |
|
9 | 9 | strategy: |
10 | 10 | matrix: |
11 | | - sphinx_version: ["", "~=4.0.0", "~=3.0.0"] |
12 | | - python_version: ["3.6", "3.8", '3.x'] |
13 | | - exclude: |
14 | | - - {sphinx_version: "~=4.0.0", python_version: '3.x'} |
15 | | - - {sphinx_version: "~=3.0.0", python_version: '3.x'} |
| 11 | + sphinx_version: ["", "~=6.0.0", "~=5.0.0"] |
| 12 | + python_version: ["3.8", "3.10", '3.x'] |
| 13 | + #exclude: |
| 14 | + - {sphinx_version: "~=6.0.0", python_version: '3.8'} |
| 15 | + # - {sphinx_version: "~=4.0.0", python_version: '3.10'} |
| 16 | + # - {sphinx_version: "~=3.0.0", python_version: '3.x'} |
| 17 | + include: |
| 18 | + #- {sphinx_version: "~=3.0.0", python_version: '3.6'} |
| 19 | + - {sphinx_version: "~=4.0.0", python_version: '3.8'} |
16 | 20 |
|
17 | 21 | # Steps represent a sequence of tasks that will be executed as part of the job |
18 | 22 | steps: |
19 | 23 | # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it |
20 | | - - uses: actions/checkout@v2 |
| 24 | + - uses: actions/checkout@v4 |
21 | 25 | - name: Install Python |
22 | | - uses: actions/setup-python@v1 |
| 26 | + uses: actions/setup-python@v4 |
23 | 27 | with: |
24 | 28 | python-version: ${{ matrix.python_version }} |
25 | 29 | - name: Install dependencies |
|
0 commit comments