Skip to content

Commit

Permalink
ci: stop testing inbetween version just latest and oldest
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Aug 12, 2023
1 parent f215f2f commit cb99959
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,13 @@ jobs:
fail-fast: false
max-parallel: 6
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.11]
os: [ubuntu-latest, windows-latest, macOS-latest]
include:
- os: ubuntu-20.04
python-version: 3.5
- os: ubuntu-20.04
python-version: 3.6
# 3.11 fails on windows because of lxml
# https://github.com/radish-bdd/radish/actions/runs/3613586264/jobs/6089436445
- os: ubuntu-latest
python-version: 3.11
- os: macOS-latest
python-version: 3.11

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit cb99959

Please sign in to comment.