Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
odelaere committed Aug 4, 2021
1 parent eade41d commit 1ed70d0
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@ jobs:
- python: 2.7
PLONE_VERSION: 4
continue-on-error: false
- python: 2.7
PLONE_VERSION: 51
continue-on-error: true
- python: 3.7
PLONE_VERSION: 52
continue-on-error: true
# - python: 2.7
# PLONE_VERSION: 51
# continue-on-error: true
- python: 3.8
PLONE_VERSION: 52
continue-on-error: true
Expand Down Expand Up @@ -117,4 +114,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
coveralls --service=github
coveralls --service=github

0 comments on commit 1ed70d0

Please sign in to comment.