diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3961092..46c1e07 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }} diff --git a/Makefile b/Makefile index e11c90f..89157bb 100644 --- a/Makefile +++ b/Makefile @@ -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)" diff --git a/news/104.internal b/news/104.internal new file mode 100644 index 0000000..fc0d438 --- /dev/null +++ b/news/104.internal @@ -0,0 +1 @@ +Test against Plone 6.2 in CI.