From b8a89714158935b2f52af4a3d9fafa0a95f6980f Mon Sep 17 00:00:00 2001 From: Andrea Cecchi Date: Wed, 3 Apr 2024 15:06:41 +0200 Subject: [PATCH] disable plone5 --- .github/workflows/tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cc4f5c2..37dbaa7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,12 +12,12 @@ jobs: max-parallel: 4 matrix: python: ["3.8", "3.9", "3.10", "3.11"] - plone: ["52", "60"] - exclude: - - python: "3.10" - plone: "52" - - python: "3.11" - plone: "52" + plone: ["60"] + # exclude: + # - python: "3.10" + # plone: "52" + # - python: "3.11" + # plone: "52" steps: - uses: actions/checkout@v3 - name: Cache eggs