Skip to content

Commit 3b7ec34

Browse files
Merge pull request #3 from TheSaintSimon/permissions
fix cache in github actions
2 parents a69e05b + 2e79491 commit 3b7ec34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
python: ["3.7"]
12-
plone: ["52"]
11+
python: ["3.10", "3.11"]
12+
plone: ["60"]
1313
# exclude:
1414
# - python: "3.7"
1515
# plone: "51"

0 commit comments

Comments
 (0)