Skip to content

Commit

Permalink
Update the plone backend version used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Aug 7, 2023
1 parent 285b68a commit d482ec3
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
fail-fast: false
matrix:
python: [3.7, 3.8, 3.9, "3.10", "3.11"]
plone: ["6.0.0", "5.2.10"]
plone: ["6.0.6", "5.2.10"]
exclude:
- plone: "6.0.0"
- plone: "6.0.6"
python: 3.7
- plone: "5.2.10"
python: 3.9
Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ graft src/plone/volto
graft docs
include *.rst
include *.txt
recursive-include requirements *.txt
exclude *.cfg
exclude *.yml
exclude *.in
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ GREEN=`tput setaf 2`
RESET=`tput sgr0`
YELLOW=`tput setaf 3`

PLONE5=5.2.9
PLONE6=6.0.0b1
PLONE5=5.2.10
PLONE6=6.0.6

CODE_QUALITY_VERSION=1.0.1
LINT=docker run --rm -v "$(PWD)":/github/workspace plone/code-quality:${CODE_QUALITY_VERSION} check
Expand Down
2 changes: 1 addition & 1 deletion plone-6.0.x.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[buildout]
extends =
https://dist.plone.org/release/6.0.0/versions.cfg
https://dist.plone.org/release/6.0.6/versions.cfg
base.cfg

[instance]
Expand Down
1 change: 0 additions & 1 deletion requirements/dev.txt

This file was deleted.

4 changes: 0 additions & 4 deletions requirements/plone-5.2.txt

This file was deleted.

3 changes: 0 additions & 3 deletions requirements/plone-6.0.txt

This file was deleted.

1 change: 0 additions & 1 deletion requirements/prod.txt

This file was deleted.

0 comments on commit d482ec3

Please sign in to comment.