Skip to content

Commit

Permalink
add Plone 6 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Jul 16, 2024
1 parent 577b1c5 commit 5335623
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8]
plone-version: [5.2]
python-version: [3.8, 3.9, 3.10, 3.11]
plone-version: [5.2, 6.0]

steps:
# git checkout
Expand Down
4 changes: 4 additions & 0 deletions plone-6.0.x.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[buildout]
extends =
https://dist.plone.org/release/6.0.11.1/versions.cfg
base.cfg
1 change: 1 addition & 0 deletions requirements-6.0.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 5335623

Please sign in to comment.