diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index babd13f10..a0089317c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
dj50_cms41.txt,
]
os: [
- ubuntu-20.04,
+ ubuntu-latest,
]
exclude:
- python-version: 3.7
diff --git a/README.rst b/README.rst
index 9105ea567..cc495a78a 100644
--- a/README.rst
+++ b/README.rst
@@ -5,6 +5,13 @@ django CMS Text CKEditor
|pypi| |coverage| |python| |django| |djangocms| |djangocms4|
+.. warning::
+
+ This package will be deprecated on March 31, 2025 and not receive any updates thereafter.
+ See the `deprecation announcement `_.
+ Use `djangocms CMS Text `_ as an alternative.
+
+
.. note::
Version 5 of this package does not include a move to CKEditor version 5
diff --git a/tests/requirements/base.txt b/tests/requirements/base.txt
index 92c95e771..637edb5f8 100644
--- a/tests/requirements/base.txt
+++ b/tests/requirements/base.txt
@@ -1,7 +1,7 @@
# requirements from setup.py
django-filer>=1.4.0, <3.2.0
djangocms-picture>=2.1.0
-djangocms-link>=2.2.1
+djangocms-link>=2.2.1,<5
django-polymorphic>=2.0.3
Pillow
html5lib>=0.999999999