diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f524d1c..8c6ef304 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,10 +97,7 @@ jobs: with: matrix: | os: ubuntu-latest, - python-version: 3.8 - include: | - os: windows-latest python-version: 3.8, - os: macos-latest python-version: 3.8 + python-version: 3.8 3.9 3.10 3.11 - name: '🧱 Build test matrix for release' if: env.MATRIX == '' && startsWith(github.ref, 'refs/tags/v') uses: druzsan/setup-matrix@v1 @@ -298,8 +295,6 @@ jobs: if: matrix.browser == 'chrome' id: setup-chromedriver uses: nanasess/setup-chromedriver@v2 - # with: - # chromedriver-version: '115.0.5790.102' - name: '🦊 Set up Gecko driver' id: setup-geckodriver if: matrix.browser == 'firefox'