Skip to content

Commit

Permalink
workflows: reduce matrix of scrapy
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelmhm committed Dec 3, 2021
1 parent 9a493e6 commit ce152b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
scrapy-version: ["2.5.1", "2.4.1", "2.3.0", "2.2.1", "2.1.0"]
scrapy-version: ["2.5.1", "2.1.0"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ce152b8

Please sign in to comment.