mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 19:08:38 -06:00
Test on Python v3.13 and Node.js v22
This commit is contained in:
parent
ab0a1f0bbc
commit
cbb1753547
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user