From e9926daf97ee7f77c08ca9f1ebe7b6d22509c997 Mon Sep 17 00:00:00 2001 From: Fred van Dijk Date: Sun, 14 Apr 2024 15:25:41 +0200 Subject: [PATCH] Update GHA ci, check with python 3.12 --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 }}