We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa0f5d commit 26cb760Copy full SHA for 26cb760
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
matrix:
26
python-version: ["3.13", "3.12", "3.11", "3.10"]
27
- plone-version: ["6.1-latest", "6.0-latest"]
+ plone-version: ["6.2-latest", "6.1-latest", "6.0-latest"]
28
with:
29
python-version: ${{ matrix.python-version }}
30
plone-version: ${{ matrix.plone-version }}
0 commit comments