From 259399c55752e7dba4dcb4ad8dbd539da3e0d576 Mon Sep 17 00:00:00 2001 From: Maciej Olko Date: Sun, 12 Mar 2023 23:20:23 +0100 Subject: [PATCH] Test also with main branch of Python --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6982204..cec17c3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,11 +7,11 @@ on: jobs: build_doc: - name: Build CPython documentation + name: Build CPython docs runs-on: ubuntu-latest strategy: matrix: - version: [3.7, 3.8, 3.9, '3.10', 3.11] + branch: [origin/main, 3.11, '3.10', 3.9, 3.8, 3.7] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 @@ -35,7 +35,7 @@ jobs: --skip-cache-invalidation --theme $(pwd) --language en - --branch ${{ matrix.version }} + --branch ${{ matrix.branch }} - name: Upload uses: actions/upload-artifact@v3 with: