Skip to content

Commit d861c4d

Browse files
committed
sync eol confluence versions
Confluence versions before 8.5 have reached end-of-life and will not be tested in next release cycle system tests; updating to the oldest version supported. Signed-off-by: James Knight <[email protected]>
1 parent a047ee3 commit d861c4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ files and optionally publish them to a Confluence instance.
1010

1111
## Requirements
1212

13-
* [Confluence][confluence] Cloud or Data Center 8.1+
13+
* [Confluence][confluence] Cloud or Data Center 8.5+
1414
* [Python][python] 3.9+
1515
* [Requests][requests] 2.25.0+
1616
* [Sphinx][sphinx] 7.3+

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
version = sphinxcontrib.confluencebuilder.__version__
1818
release = sphinxcontrib.confluencebuilder.__version__
1919

20-
supported_confluence_ver = '8.1+'
20+
supported_confluence_ver = '8.5+'
2121
supported_python_ver = '3.9+'
2222
supported_requests_ver = '2.25.0+'
2323
supported_sphinx_ver = '7.3+'

0 commit comments

Comments
 (0)