Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
needs:
- config
strategy:
fail-fast: false
matrix:
python-version: ["3.13", "3.12", "3.11", "3.10"]
plone-version: ["6.1-latest", "6.0-latest"]
plone-version: ["6.2-latest", "6.1-latest", "6.0-latest"]
with:
python-version: ${{ matrix.python-version }}
plone-version: ${{ matrix.plone-version }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ config: instance/etc/zope.ini
requirements-mxdev.txt: ## Generate constraints file
@echo "$(GREEN)==> Generate constraints file$(RESET)"
@echo '-c https://dist.plone.org/release/$(PLONE_VERSION)/constraints.txt' > requirements.txt
@uvx mxdev -c mx.ini
@uvx --from "mxdev[uv]" mxdev -c mx.ini

$(VENV_FOLDER): requirements-mxdev.txt ## Install dependencies
@echo "$(GREEN)==> Install environment$(RESET)"
Expand Down
1 change: 1 addition & 0 deletions news/104.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test against Plone 6.2 in CI.
Loading