diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 61c32c6..3eecfae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,15 +15,16 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" plone: - "6.0-dev" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup Plone ${{ matrix.plone }} with Python ${{ matrix.python }} id: setup - uses: plone/setup-plone@v1.0.0 + uses: plone/setup-plone@v2 with: python-version: ${{ matrix.python }} plone-version: ${{ matrix.plone }}