Skip to content

Commit

Permalink
Update GHA ci, check with python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fredvd committed Apr 14, 2024
1 parent 4746d71 commit e9926da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e9926da

Please sign in to comment.