Test on Python v3.13 and Node.js v22

This commit is contained in:
Christian Clauss 2025-02-09 08:31:57 +01:00 committed by GitHub
parent ab0a1f0bbc
commit cbb1753547
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,8 +27,8 @@ jobs:
NETBOX_CONFIGURATION: netbox.configuration_testing NETBOX_CONFIGURATION: netbox.configuration_testing
strategy: strategy:
matrix: matrix:
python-version: ['3.10', '3.11', '3.12'] python-version: ['3.10', '3.11', '3.12', '3.13']
node-version: ['20.x'] node-version: ['22.x']
services: services:
redis: redis:
image: redis image: redis