Skip to content

Commit

Permalink
Add Plone 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed May 16, 2024
1 parent 2b8af6a commit 3264fcf
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
plone-version: "6.0"
- python-version: "3.12"
plone-version: "6.0"
- python-version: "3.10"
plone-version: "6.1"
- python-version: "3.11"
plone-version: "6.1"
- python-version: "3.12"
plone-version: "6.1"
steps:
# git checkout
- uses: actions/checkout@v4
Expand Down
15 changes: 15 additions & 0 deletions plone-6.1.x.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[buildout]
extends =
https://dist.plone.org/release/6.1.0a3/versions.cfg
base.cfg

[buildout:python37]
parts =
test
code-analysis

[instance]
recipe = plone.recipe.zope2instance
zodb-temporary-storage = off

[versions]
2 changes: 1 addition & 1 deletion requirements-6.0.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-r https://dist.plone.org/release/6.0.11.1/requirements.txt
-r https://dist.plone.org/release/6.1.0a3/requirements.txt
1 change: 1 addition & 0 deletions requirements-6.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-r https://dist.plone.org/release/6.0.11.1/requirements.txt

0 comments on commit 3264fcf

Please sign in to comment.