Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Feb 4, 2025
1 parent 184daed commit 98d3dee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
strategy:
max-parallel: 4
matrix:
python: ["3.8", "3.9", "3.10", "3.11"]
plone: ["52", "60"]
# python: ["3.8", "3.9", "3.10", "3.11"]
# plone: ["52", "60"]
python: ["3.9", "3.10", "3.11"]
plone: ["60"]
tz: ["UTC", "Europe/Rome"]
exclude:
- python: "3.8"
Expand Down

0 comments on commit 98d3dee

Please sign in to comment.