diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aab8bc34f..1b655c7f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,8 @@ jobs: NETBOX_CONFIGURATION: netbox.configuration_testing strategy: matrix: - python-version: ['3.10', '3.11', '3.12'] - node-version: ['20.x'] + python-version: ['3.10', '3.11', '3.12', '3.13'] + node-version: ['22.x'] services: redis: image: redis