Skip to content

Commit fb3e14a

Browse files
committed
Add typedoc 0.28 to CI
1 parent 4656056 commit fb3e14a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
fail-fast: false
5656
matrix:
5757
python-version: ["3.12"]
58-
typedoc-version: ["0.25", "0.26", "0.27"]
58+
typedoc-version: ["0.25", "0.26", "0.27", "0.28"]
5959

6060
name: Python ${{ matrix.python-version}} + typedoc ${{ matrix.typedoc-version }}
6161
steps:

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Setup
3030

3131
or::
3232

33-
npm install typedoc@0.27
33+
npm install typedoc@0.28
3434

35-
JSDoc 3.6.3 and 4.0.0 and TypeDoc 0.25, 0.26, and 0.27 are known to work.
35+
JSDoc 3.6.3 and 4.0.0 and TypeDoc 0.25--0.28 are known to work.
3636

3737

3838
2. Install sphinx-js, which will pull in Sphinx itself as a dependency::

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def tests(session: Session) -> None:
2626

2727

2828
@nox.session(python=["3.12"])
29-
@nox.parametrize("typedoc", ["0.25", "0.26", "0.27"])
29+
@nox.parametrize("typedoc", ["0.25", "0.26", "0.27", "0.28"])
3030
def test_typedoc(session: Session, typedoc: str) -> None:
3131
# Install python dependencies
3232
session.install("-r", "requirements_dev.txt")

0 commit comments

Comments
 (0)