Skip to content

Commit

Permalink
Fix ci settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Jul 22, 2021
1 parent 812a6e0 commit e31d23d
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9, 3.8, 3.7, 2.7]
plone-version: [5.2, 5.1, 4.3]
exclude:
- python-version: 3.7
plone-version: 4.3
- python-version: 3.7
plone-version: 5.0
- python-version: 3.7
plone-version: 5.1
- python-version: 3.8
plone-version: 4.3
- python-version: 3.8
plone-version: 5.0
- python-version: 3.8
plone-version: 5.1
- python-version: 3.9
plone-version: 4.3
- python-version: 3.9
plone-version: 5.0
- python-version: 3.9
plone-version: 5.1
python-version: [3.9, 3.8, 3.7]
plone-version: [5.2]
steps:

# git checkout
Expand Down

0 comments on commit e31d23d

Please sign in to comment.