Skip to content

Commit

Permalink
disable plone5
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Apr 3, 2024
1 parent 89cb784 commit b8a8971
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
max-parallel: 4
matrix:
python: ["3.8", "3.9", "3.10", "3.11"]
plone: ["52", "60"]
exclude:
- python: "3.10"
plone: "52"
- python: "3.11"
plone: "52"
plone: ["60"]
# exclude:
# - python: "3.10"
# plone: "52"
# - python: "3.11"
# plone: "52"
steps:
- uses: actions/checkout@v3
- name: Cache eggs
Expand Down

0 comments on commit b8a8971

Please sign in to comment.