Skip to content

Commit

Permalink
test with Plone 6.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Dec 17, 2024
1 parent 4a7593b commit 30fd433
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [3.7, 3.8, 3.9, "3.10", "3.11"]
plone: ["6.0.6", "5.2.10"]
python: [3.8, 3.9, "3.10", "3.11"]
plone: ["6.0.13", "5.2.10"]
exclude:
- plone: "6.0.6"
python: 3.7
- plone: "5.2.10"
python: 3.9
- plone: "5.2.10"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RESET=`tput sgr0`
YELLOW=`tput setaf 3`

PLONE5=5.2.10
PLONE6=6.0.6
PLONE6=6.0.13

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.6/versions.cfg
https://dist.plone.org/release/6.0.13/versions.cfg
base.cfg

[instance]
Expand Down

0 comments on commit 30fd433

Please sign in to comment.