Skip to content

Commit c35a654

Browse files
committed
Test Plone 6.2
1 parent 702f114 commit c35a654

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
config:
1818
- ["Py3.9-Plone6.0", "3.9", "6.0"]
1919
- ["Py3.13-Plone6.1", "3.13", "6.1"]
20+
- ["Py3.14-Plone6.2", "3.14", "6.2"]
2021
steps:
2122
- uses: actions/checkout@v5
2223
- name: Set up Python ${{ matrix.config[1] }}

plone-6.2.x.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[buildout]
2+
extends =
3+
base.cfg
4+
https://dist.plone.org/release/6.2-latest/versions.cfg
5+
https://dist.plone.org/release/6.2-latest/versions-ecosystem.cfg
6+
https://dist.plone.org/release/6.2-latest/versions-extra.cfg
7+
find-links += https://dist.plone.org/thirdparty/
8+
versions=versions
9+
show-picked-versions = true

requirements-6.2.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-r https://dist.plone.org/release/6.2-latest/requirements.txt

0 commit comments

Comments
 (0)