From 53356237fc5a7d6742164c76f3dab83ad670330e Mon Sep 17 00:00:00 2001 From: Mikel Larreategi Date: Tue, 16 Jul 2024 08:18:19 +0200 Subject: [PATCH] add Plone 6 testing --- .github/workflows/ci.yml | 4 ++-- plone-6.0.x.cfg | 4 ++++ requirements-6.0.txt | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 plone-6.0.x.cfg create mode 100644 requirements-6.0.txt diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fc34e4..e1d7bcf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,8 +6,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8] - plone-version: [5.2] + python-version: [3.8, 3.9, 3.10, 3.11] + plone-version: [5.2, 6.0] steps: # git checkout diff --git a/plone-6.0.x.cfg b/plone-6.0.x.cfg new file mode 100644 index 0000000..fc5b55c --- /dev/null +++ b/plone-6.0.x.cfg @@ -0,0 +1,4 @@ +[buildout] +extends = + https://dist.plone.org/release/6.0.11.1/versions.cfg + base.cfg diff --git a/requirements-6.0.txt b/requirements-6.0.txt new file mode 100644 index 0000000..2f87081 --- /dev/null +++ b/requirements-6.0.txt @@ -0,0 +1 @@ +-r https://dist.plone.org/release/6.0.11.1/requirements.txt