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