Skip to content

Commit

Permalink
all 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gotcha committed Sep 18, 2023
1 parent f44b96d commit 2ed1dc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
config:
# [Python version, tox env]
- ["2.7", "plone43-py27", "4.3-2.7"]
# - ["2.7", "plone50-py27"]
# - ["2.7", "plone51-py27"]
# - ["2.7", "plone52-py27"]
- ["2.7", "plone50-py27", "5.0-2.7"]
- ["2.7", "plone51-py27", "5.1-2.7"]
- ["2.7", "plone52-py27", "5.2-2.7"]
runs-on: ubuntu-20.04
container:
image: plone/test-with-tox:${{ matrix.config[2] }}
Expand Down

0 comments on commit 2ed1dc3

Please sign in to comment.